初始提交
This commit is contained in:
6
lib/playfair/playfair.h
Normal file
6
lib/playfair/playfair.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef PLAYFAIR_H
|
||||
#define PLAYFAIR_H
|
||||
|
||||
void playfair_decrypt(unsigned char* message3, unsigned char* cipherText, unsigned char* keyOut);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user