Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move cryptographic algorithms and utilities to a new crypto mod #2828

Merged

Commits on Jan 16, 2024

  1. 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.
    TheBlueMatt committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4a0abd5 View commit details
    Browse the repository at this point in the history