libecrypt/include/ecrypt.h
2023-05-11 12:17:27 -04:00

7 lines
78 B
C

#ifndef LIBECRYPT_H_
#define LIBECRYPT_H_
int ecrypt(PASSWD_LENGTH);
#endif