The Cryb libraries
Find a file
Dag-Erling Smørgrav 82f5c5cf77 In mpi_load(), use be32dec() when possible.
In mpi_set(), it is impossible for the value being loaded to exceed
the minimum size of an mpi; thus, there is no need for mpi_grow().
2014-12-29 15:08:09 +00:00
include Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00
lib In mpi_load(), use be32dec() when possible. 2014-12-29 15:08:09 +00:00
t I had forgotten that t_add_test() is actually a printf()-like variadic 2014-12-29 14:24: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 Differentiate between the Cryb libraries and the Cryb.to project. 2014-12-20 00:47:21 +00:00
HISTORY
INSTALL
LICENSE
Makefile.am
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

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.