fix tests

This commit is contained in:
2024-04-09 14:24:16 -07:00
parent 70bb4644e2
commit 60e2715e19
2 changed files with 3 additions and 3 deletions

View File

@@ -264,4 +264,4 @@ const unsigned char* repeating_key_xor(const unsigned char* s, size_t s_sz, cons
const unsigned char *repeating_key_xor_s(const char* s, const char* key) {
return repeating_key_xor((unsigned char*)s, strlen(s), (unsigned char*)key, strlen(key));
}
}