summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 112f968..2252129 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,6 +29,7 @@ pub use random::MersenneTwister;
pub use random::mt19937_stream_cipher;
pub use sha1::sha1;
pub use sha1::pad_sha1;
+pub use sha1::sha1_padding;
pub use sha1::sha1_with_state;
pub use sha1::sha1_mac;
pub use crack::BlockCipherMode;