testing
This commit is contained in:
8
Caesar_Cipher/include/caesar_cipher.h
Normal file
8
Caesar_Cipher/include/caesar_cipher.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CAESAR_CIPHER_H
|
||||
#define CAESAR_CIPHER_H
|
||||
|
||||
void encrypt(char *plaintext, int shift);
|
||||
void decrypt(char *ciphertext, int shift);
|
||||
|
||||
#endif // CAESAR_CIPHER_H
|
||||
|
||||
Reference in New Issue
Block a user