Skip to content

Commit

Permalink
Stream cipher API
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed May 7, 2024
1 parent 1a19199 commit 525aa5b
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 2 deletions.
2 changes: 2 additions & 0 deletions aws-lc-rs/src/cipher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ pub(crate) mod block;
pub(crate) mod chacha;
pub(crate) mod key;
mod padded;
mod streaming;

pub use padded::{PaddedBlockDecryptingKey, PaddedBlockEncryptingKey};
pub use streaming::{StreamingDecryptingKey, StreamingEncryptingKey};

use crate::buffer::Buffer;
use crate::error::Unspecified;
Expand Down
Loading

0 comments on commit 525aa5b

Please sign in to comment.