The Cryb libraries
Find a file
2015-10-03 14:43:33 +00:00
include Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +00:00
lib Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +00:00
t Use an enum for encrypt / decrypt + minor cleanup 2015-10-03 14:43:33 +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 Kick off libcryb-cipher with AES (from XySSL) and RC4 (my own). 2015-10-03 14:24:59 +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
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.