Skip to content

Commit

Permalink
oaep: add support for new encryption API
Browse files Browse the repository at this point in the history
Add new EncryptingKey and DecryptingKey structs implementing Encryptor /
Decryptor traits.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
  • Loading branch information
lumag committed Feb 7, 2023
1 parent d3354f3 commit f3d614c
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ pub use signature;

pub mod algorithms;
pub mod errors;
pub mod oaep;
pub mod pkcs1v15;
pub mod pss;
pub mod traits;

mod dummy_rng;
mod encoding;
mod key;
mod oaep;
mod padding;
mod raw;

Expand Down
Loading

0 comments on commit f3d614c

Please sign in to comment.