初始提交

This commit is contained in:
2025-05-03 16:24:47 +08:00
parent 56f7490d00
commit cfb9d12f3c
692 changed files with 37004 additions and 1 deletions

6
lib/playfair/playfair.h Normal 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