diff options
Diffstat (limited to 'lib.h')
| -rw-r--r-- | lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <ctype.h> -void xor_string(char *str1, char *key, char *result); +void xor_string(char *str1, char *key, char *result, int length_key, int length_str1); void hex_binary_to_string(char *str1, char *result, int length); int decode_hex_string(char *encode, char* result); int encode_to_base64(char *encode, char *result); |
