summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-04-05 23:01:34 -0400
committerJesse Luehrs <doy@tozt.net>2015-04-05 23:01:34 -0400
commit6eff17d9c28541dc594cb5cf084eb9fcd27b49ec (patch)
tree53aeeb185225c0068f54bb2f3ed3b275f928792e /src/lib.rs
parent0060d0fc0586ff0684ad22df7339a70c9b06b31f (diff)
downloadmatasano-6eff17d9c28541dc594cb5cf084eb9fcd27b49ec.tar.gz
matasano-6eff17d9c28541dc594cb5cf084eb9fcd27b49ec.zip
problem 22
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 1704c8b..31a9aeb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -35,3 +35,4 @@ pub use crack::find_single_byte_xor_encrypted_string;
pub use crack::crack_single_byte_xor;
pub use crack::crack_repeating_key_xor;
pub use crack::crack_fixed_nonce_ctr_statistically;
+pub use crack::clone_mersenne_twister_from_output;