summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-05-17 20:13:18 -0400
committerJesse Luehrs <doy@tozt.net>2015-05-17 20:13:18 -0400
commit6807601cb64e7b18b832cab2939cbb107e3727bb (patch)
tree63cdb5655579b75a6b453680628ecec49365930f /src/lib.rs
parent0cf3044d1262610680790f3353c97a59968aafdc (diff)
downloadmatasano-6807601cb64e7b18b832cab2939cbb107e3727bb.tar.gz
matasano-6807601cb64e7b18b832cab2939cbb107e3727bb.zip
implement hmac_sha1
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 b659d01..151a323 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,6 +38,7 @@ pub use sha1::pad_sha1;
pub use sha1::sha1_padding;
pub use sha1::sha1_with_state;
pub use sha1::sha1_mac;
+pub use sha1::sha1_hmac;
pub use crack::BlockCipherMode;
pub use crack::find_aes_128_ecb_encrypted_string;
pub use crack::detect_ecb_cbc;