From fb8c6b000c15f6324d8bc87baeafeb2d8fc1459f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 25 Mar 2015 19:52:13 -0400 Subject: problem 15 --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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; -- cgit v1.2.3-54-g00ecf