rust-lightning/lightning/src/blinded_path
Matt Corallo 4a0abd52e7 Move cryptographic algorithms and utilities to a new crypto mod
As we'd generally like the `lightning` crate to, over time, have
more modules rather than being very monolithic, we should move the
cryptographic things into their own module, which we do here.

We also take this opportunity to move stream adapters into their
own module and make clear that the ChaChaPoly `decrypt` method is
variable time.
2024-01-16 20:07:08 +00:00
..
message.rs Move cryptographic algorithms and utilities to a new crypto mod 2024-01-16 20:07:08 +00:00
mod.rs Make BlindedPath::new_for_payment pub 2023-12-12 18:38:59 -05:00
payment.rs CounterpartyForwardingInfo to PaymentRelay mapping 2023-12-15 15:40:09 -06:00
utils.rs Move cryptographic algorithms and utilities to a new crypto mod 2024-01-16 20:07:08 +00:00