uxplayer/lib/playfair/playfair.h

7 lines
145 B
C
Raw Normal View History

2025-05-03 16:24:47 +08:00
#ifndef PLAYFAIR_H
#define PLAYFAIR_H
void playfair_decrypt(unsigned char* message3, unsigned char* cipherText, unsigned char* keyOut);
#endif