diff options
| author | Benedict <benedict@0xb8000.de> | 2016-03-04 12:42:08 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:24 +0100 |
| commit | 9db81cb91674d45bbb4936a098f4e4fb1a5b45bd (patch) | |
| tree | 2f794833dace3df001803f275a23573f35114a7f /lib.h | |
| parent | d2e94cb263ab933103e1968c0f3da638f35f5983 (diff) | |
reimplemented task2
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); |
