cherry-crystal-encryption/cherry.h

8 lines
191 B
C

#ifndef CHERRY_H_
#define CHERRY_H_
void cherry_encrypt(char cherry[], char crystal[], int mask[]);
void cherry_decrypt(char cherry[], char crystal[], int mask[], int);
#endif // CHERRY_H_