The Cryb libraries
Find a file
2015-12-14 15:55:04 +01:00
include Add t_malloc_snapshot() which writes a snapshot of the allocator state to 2015-11-02 19:34:03 +00:00
lib Fix t_malloc_snapshot(): stash the difference between nalloc and nfree, 2015-11-02 19:45:12 +00:00
t Clean up a bit and add more test cases, including comprehensive tests for 2015-10-13 21:44:37 +00:00
tools Modify the coverage build script so that it only runs "make clean" if 2015-10-03 14:30:24 +00:00
autogen.des
autogen.sh
configure.ac Revert accidental commit 2015-11-02 19:34:54 +00:00
CREDITS
HISTORY
INSTALL
LICENSE Correct copyright ranges 2015-12-14 15:55:04 +01:00
Makefile.am
mkpkgng.in
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.