mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
first commit
This commit is contained in:
6
lib/playfair/playfair.h
Executable file
6
lib/playfair/playfair.h
Executable 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