7 lines
145 B
C
7 lines
145 B
C
|
#ifndef PLAYFAIR_H
|
||
|
#define PLAYFAIR_H
|
||
|
|
||
|
void playfair_decrypt(unsigned char* message3, unsigned char* cipherText, unsigned char* keyOut);
|
||
|
|
||
|
#endif
|