init
This commit is contained in:
13
README
Normal file
13
README
Normal file
@@ -0,0 +1,13 @@
|
||||
+ libecrypt
|
||||
|
||||
A library which provides a random string generation function.
|
||||
|
||||
+ Usage
|
||||
|
||||
int main() {
|
||||
ecrypt(PASSWD_LENGTH);
|
||||
}
|
||||
|
||||
+ Installation
|
||||
|
||||
Run 'make static' to compile a static library, or 'make shared' to compile a shared library. Then, run 'make install-static' or 'make install-shared' depending on what you ran previously.
|
||||
Reference in New Issue
Block a user