testing
This commit is contained in:
6
XOR_Encryption/include/xor_cipher.h
Normal file
6
XOR_Encryption/include/xor_cipher.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef XOR_CIPHER_H
|
||||
#define XOR_CIPHER_H
|
||||
|
||||
void xor_encrypt_decrypt(char *data, const char *key);
|
||||
|
||||
#endif // XOR_CIPHER_H
|
||||
Reference in New Issue
Block a user