The Cryb libraries
Find a file
Dag-Erling Smørgrav 4fa82f7c7b Simplify existing tests:
- Set t_malloc_fatal so we don't have to check for allocation failures
  (the driver will catch the SIGABRT).
- Use string_dup_cs() instead of string_new() + string_append_cs().
2015-10-13 20:22:07 +00:00
include Add string_len() (return length of string) and string_dup_cs() (create a 2015-10-12 10:23:24 +00:00
lib libtest is not just for internal use. 2015-10-12 11:41:47 +00:00
t Simplify existing tests: 2015-10-13 20:22:07 +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 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 Move the test framework into its own subdirectory 2015-10-04 07:49:48 +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 If no SVN version is available, use today's date. 2015-02-15 09:19:25 +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.