libecrypt/include/ecrypt.h
2023-05-30 13:47:20 -04:00

9 lines
141 B
C

#ifndef LIBECRYPT_H_
#define LIBECRYPT_H_
/* Functions */
int ecrypt_gen(int N);
int ecrypt_check(char *firstkey, char *secondkey);
#endif