libecrypt/README
2023-05-11 12:17:27 -04:00

18 lines
299 B
Plaintext

+ libecrypt
A library which provides a random string generation function.
+ Usage
#include <ecrypt.h>
int main() {
ecrypt(LENGTH);
}
(user)$ gcc prog.c -lecrypt -o prog
+ Installation
Run 'make' to create the static library. Run 'make install' to install the static library and header.