ecrypt/ecrypt.h

10 lines
135 B
C
Raw Normal View History

2023-05-16 11:54:19 -04:00
#ifndef ECRYPT_H_
#define ECRYPT_H_
#define ECRYPT_VERSION "2.0.0"
void genkey(int N);
int checkkey(int argc, char *argv[]);
#endif