diff options
Diffstat (limited to 'lib/lib.h')
| -rw-r--r-- | lib/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ */ |
