This commit is contained in:
2023-03-30 14:14:12 -04:00
commit e779d47a10
4 changed files with 78 additions and 0 deletions

13
README Normal file
View 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.