summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-25 19:52:13 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-25 19:52:13 -0400
commitfb8c6b000c15f6324d8bc87baeafeb2d8fc1459f (patch)
tree924055959e1477ee806fa097c88abef6f8a4a774 /src/lib.rs
parent3eed3478478d54ca44c1842f460b44078ad5316e (diff)
downloadmatasano-fb8c6b000c15f6324d8bc87baeafeb2d8fc1459f.tar.gz
matasano-fb8c6b000c15f6324d8bc87baeafeb2d8fc1459f.zip
problem 15
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 e2d83ea..f8b7da7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -23,6 +23,7 @@ pub use http::parse_query_string;
pub use http::create_query_string;
pub use primitives::fixed_xor;
pub use primitives::pad_pkcs7;
+pub use primitives::unpad_pkcs7;
pub use primitives::repeating_key_xor;
pub use xor::find_single_byte_xor_encrypted_string;
pub use xor::crack_single_byte_xor;