fix stuff

This commit is contained in:
2023-05-11 12:17:27 -04:00
parent 8aad22c7d1
commit d6f3e860f6
3 changed files with 21 additions and 3 deletions

6
README
View File

@@ -4,13 +4,13 @@ A library which provides a random string generation function.
+ Usage
#include <libecrypt.h>
#include <ecrypt.h>
int main() {
ecrypt(PASSWD_LENGTH);
ecrypt(LENGTH);
}
(user)$ gcc prog.c -L. -lecrypt -o prog
(user)$ gcc prog.c -lecrypt -o prog
+ Installation