testing
This commit is contained in:
7
Vigenère_Cipher/include/vigenere_cipher.h
Normal file
7
Vigenère_Cipher/include/vigenere_cipher.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef VIGENERE_CIPHER_H
|
||||
#define VIGENERE_CIPHER_H
|
||||
|
||||
void encrypt(char *plaintext, const char *key);
|
||||
void decrypt(char *ciphertext, const char *key);
|
||||
|
||||
#endif // VIGENERE_CIPHER_H
|
||||
Reference in New Issue
Block a user