testing
This commit is contained in:
7
Simple_Substitution/include/substitution_cipher.h
Normal file
7
Simple_Substitution/include/substitution_cipher.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SUBSTITUTION_CIPHER_H
|
||||
#define SUBSTITUTION_CIPHER_H
|
||||
|
||||
void substitution_encrypt(char *message, const char *key);
|
||||
void substitution_decrypt(char *message, const char *key);
|
||||
|
||||
#endif // SUBSTITUTION_CIPHER_H
|
||||
Reference in New Issue
Block a user