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