The Cryb libraries
Find a file
Dag-Erling Smørgrav 8351719b84 Simplify test cases by a) using C99 VLAs and b) removing error checks for
allocation failures which are either harmless (e.g. failing to allocate
the test description string) or will trigger a segfault which the driver
now catches, allowing subequent test cases to run.
2015-08-19 11:27:48 +00:00
include Add a simple implementation of the Adler-32 checksum. 2015-08-18 13:27:06 +00:00
lib Add a simple implementation of the Adler-32 checksum. 2015-08-18 13:27:06 +00:00
t Simplify test cases by a) using C99 VLAs and b) removing error checks for 2015-08-19 11:27:48 +00:00
tools Accept a -jN argument which we pass on to gmake. 2014-12-29 17:04:30 +00:00
autogen.des
autogen.sh
configure.ac Add 16-bit endian conversion functions. 2015-08-17 15:37:07 +00:00
CREDITS
HISTORY
INSTALL
LICENSE
Makefile.am
mkpkgng.in If no SVN version is available, use today's date. 2015-02-15 09:19:25 +00:00
README Fill in. 2014-12-20 01:38:57 +00:00
RELNOTES

The aim of the Cryb.to project is to provide a collcetion of correct,
well-written, well-tested and well-documented implementations of both
low-level cryptographic primitives and higher-level security-related
interfaces under a permissive license.

The Cryb libraries are the first and primary product of the Cryb.to
project.  They include low-level cryptographic primitives and support
code such as safe string handling and containers.