From 27a1b8050d2170b40024fe82cb27088f3c676f26 Mon Sep 17 00:00:00 2001 From: Benedict Date: Mon, 21 Mar 2016 21:32:46 +0100 Subject: completed set2, challenge 10 --- 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 3e2a309..cca5fb0 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -22,6 +22,6 @@ void print_base64_string(char *string); int hamming_distance_equal_length(char *string1, char *string2, int length); char brute_force_single_byte_xor(char *string, int length, struct key_and_freq *tmp); int isprintable(char *string, int length); - +int read_base64_file(const char *file, char **out); #endif /* __CYRPTO_LIB__ */ -- cgit v1.2.3-70-g09d2