ecrypt/ecrypt.h
2023-05-16 11:54:19 -04:00

10 lines
135 B
C

#ifndef ECRYPT_H_
#define ECRYPT_H_
#define ECRYPT_VERSION "2.0.0"
void genkey(int N);
int checkkey(int argc, char *argv[]);
#endif