Small library providing ecrypt functionalities for other C programs
Go to file
2023-06-13 11:16:39 -04:00
include fix header again 2023-05-30 13:47:20 -04:00
man fix stuff 2023-05-11 12:17:27 -04:00
src fix return values 2023-06-13 11:16:39 -04:00
config.mk init 2023-03-30 14:14:12 -04:00
Makefile libecrypt v2.1.0 2023-05-30 10:23:38 -04:00
README fix stuff 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.