The Cryb libraries
Find a file
Dag-Erling Smørgrav 3ec87c7a8c Introduce t_malloc_fail_after: if non-zero, it serves as a countdown to
setting t_malloc_fail.  Also, enforce t_malloc_fail in realloc(), but not
before checking that the argument was valid.
2014-12-29 23:49:29 +00:00
include Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00
lib In both mpi_add_abs() and mpi_sub_abs(), make sure that the target is 2014-12-29 23:44:34 +00:00
t Introduce t_malloc_fail_after: if non-zero, it serves as a countdown to 2014-12-29 23:49:29 +00:00
tools Accept a -jN argument which we pass on to gmake. 2014-12-29 17:04:30 +00:00
autogen.des Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
autogen.sh Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
configure.ac Get latest mkpkgng script from OpenPAM. 2014-12-20 02:58:11 +00:00
CREDITS Differentiate between the Cryb libraries and the Cryb.to project. 2014-12-20 00:47:21 +00:00
HISTORY Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00
INSTALL Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00
LICENSE Order copyright statements alphabetically (Devine < Percival < 2014-07-10 17:24:56 +00:00
Makefile.am Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
mkpkgng.in Get latest mkpkgng script from OpenPAM. 2014-12-20 02:58:11 +00:00
README Fill in. 2014-12-20 01:38:57 +00:00
RELNOTES Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00

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.