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 c1f8cf8..6d04106 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -31,3 +31,4 @@ pub use crack::crack_cbc_padding_oracle;
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;