Skip to content

Commit

Permalink
re-export StreamCipherCoreWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 2, 2024
1 parent 66581e1 commit 0515b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cipher/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mod wrapper;

pub use core_api::{Counter, StreamBackend, StreamCipherCore, StreamCipherSeekCore, StreamClosure};
pub use errors::{OverflowError, StreamCipherError};
pub use wrapper::StreamCipherCoreWrapper;

/// Marker trait for block-level asynchronous stream ciphers
pub trait AsyncStreamCipher: Sized {
Expand Down

0 comments on commit 0515b56

Please sign in to comment.