first commit

This commit is contained in:
Your Name
2020-04-15 16:24:10 +03:00
parent dc317ffc93
commit 1946373e26
110 changed files with 25480 additions and 0 deletions

6
lib/playfair/playfair.h Executable file
View File

@@ -0,0 +1,6 @@
#ifndef PLAYFAIR_H
#define PLAYFAIR_H
void playfair_decrypt(unsigned char* message3, unsigned char* cipherText, unsigned char* keyOut);
#endif