From 4e0e29f48f797206a21aa5ba7855ffde72e85cf9 Mon Sep 17 00:00:00 2001 From: Benedict Date: Thu, 4 Aug 2016 19:24:17 +0200 Subject: completed set3, challenge 20 --- lib/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index 8e384e8..a561442 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -24,6 +24,6 @@ char brute_force_single_byte_xor(char *string, int length, struct key_and_freq * int isprintable(char *string, int length); int read_base64_file(const char *file, char **out); int string_is_ecb_encrypted(char *string, int length_string, int blocksize); - +char **transpose_blocks(char *ciphertext, int blocksize, int length); #endif /* __CYRPTO_LIB__ */ -- cgit v1.2.3-70-g09d2