libecrypt/man/libecrypt.3

19 lines
553 B
Groff
Raw Normal View History

2023-05-11 12:17:27 -04:00
.\" Manpage for libecrypt.
.TH man 3 "11 May 2023" "1.0" "Everest Linux Libraries Manual"
.SH NAME
libecrypt \- random string generation library
.SH SYNOPSIS
#include <ecrypt.h>
ecrypt(LENGTH);
(user)$ gcc -lecrypt prog.c -o prog
.SH DESCRIPTION
libecrypt is a library that provides random string generation, similar to ecyrpt(1). It is provided as a static library only.
.SH SEE ALSO
libcolor(3)
.SH BUGS
Report all bugs on the issues page at https://git.everestlinux.org/EverestLinux/libecrypt
.SH AUTHOR
Liam Waldron (liamwaldron@everestlinux.org)