The Cryb libraries
Find a file
Dag-Erling Smørgrav 559f6c24f7 Fix off-by-one error in TAP output: the test case number was being
incremented (converted from zero-based to one-based) twice.
2014-12-29 13:03:08 +00:00
include Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00
lib Fix string_equal() for strings of unequal length. 2014-12-29 12:46:44 +00:00
t Fix off-by-one error in TAP output: the test case number was being 2014-12-29 13:03:08 +00:00
tools
autogen.des
autogen.sh
configure.ac Get latest mkpkgng script from OpenPAM. 2014-12-20 02:58:11 +00:00
CREDITS
HISTORY
INSTALL
LICENSE
Makefile.am
mkpkgng.in Get latest mkpkgng script from OpenPAM. 2014-12-20 02:58:11 +00:00
README
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.