2023-05-11 12:17:27 -04:00
2023-05-11 12:17:27 -04:00
2023-05-11 12:17:27 -04:00
2023-03-30 14:14:12 -04:00
2023-03-30 14:14:12 -04:00
2023-05-11 12:17:27 -04:00

+ 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.
Description
Small library providing ecrypt functionalities for other C programs
Readme 42 KiB
Languages
C 89.1%
Makefile 10.9%