From db023c2bd2f5b9590c023ec67b603552d9706bd6 Mon Sep 17 00:00:00 2001 From: David Irvine Date: Tue, 17 Dec 2024 21:18:30 +0000 Subject: [PATCH] chore: take tream out of API for now --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 46a84f8ec..54be6fd05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;