@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.