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

Refactor traits #315

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Refactor traits #315

merged 1 commit into from
Apr 27, 2023

Commits on Apr 27, 2023

  1. Refactor traits

    There were several modules that defined traits, including one called
    `traits`.
    
    This consolidates all of them under `traits`, retaining the previous
    module structure as internal submodules:
    
    - `keytraits` => `traits::keys`
    - `padding` => `traits::padding`
    - `traits` => `traits::encryption`
    
    Additionally this removes the traits that were re-exported at the
    toplevel, instead re-exporting them all under `traits`.
    tarcieri committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cfacdf4 View commit details
    Browse the repository at this point in the history