Skip to content

Commit

Permalink
chore: take tream out of API for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Dec 17, 2024
1 parent 3bd5314 commit db023c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mod python;
pub mod test_helpers;
mod utils;
/// Stream encryption and decryption
pub mod stream;
mod stream;

pub use chunk::EncryptedChunk;
pub use decrypt::decrypt_chunk;
Expand Down

0 comments on commit db023c2

Please sign in to comment.