Skip to content

Commit 525aa5b

Browse files
committed
Stream cipher API
1 parent 1a19199 commit 525aa5b

File tree

3 files changed

+533
-2
lines changed

3 files changed

+533
-2
lines changed

aws-lc-rs/src/cipher.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ pub(crate) mod block;
142142
pub(crate) mod chacha;
143143
pub(crate) mod key;
144144
mod padded;
145+
mod streaming;
145146

146147
pub use padded::{PaddedBlockDecryptingKey, PaddedBlockEncryptingKey};
148+
pub use streaming::{StreamingDecryptingKey, StreamingEncryptingKey};
147149

148150
use crate::buffer::Buffer;
149151
use crate::error::Unspecified;

0 commit comments

Comments
 (0)