#ifndef PLAYFAIR_H #define PLAYFAIR_H void playfair_decrypt(unsigned char* message3, unsigned char* cipherText, unsigned char* keyOut); #endif