mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
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
|