summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-04-05 23:49:25 -0400
committerJesse Luehrs <doy@tozt.net>2015-04-05 23:49:33 -0400
commitd895cc4c9687cd88b10d34b418eac990091fc8bd (patch)
treecf6118955ca65d6937e09f761474bc048240425e /src/lib.rs
parentf955edd17464fb35df86e07bb2c3076b7e1274d8 (diff)
downloadmatasano-d895cc4c9687cd88b10d34b418eac990091fc8bd.tar.gz
matasano-d895cc4c9687cd88b10d34b418eac990091fc8bd.zip
problem 24, part 1
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 089250c..bbaf93f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -37,3 +37,4 @@ 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;
+pub use crack::recover_16_bit_mt19937_key;