cryb-to/lib
Dag-Erling Smørgrav 856571a06d Implement a soft assert for unit tests.
Unlike assert(3), which uses abort(3), this has no other side effects (before raising SIGABRT) than an fprintf() call.  The test framework will catch the SIGABRT, report that the test case failed, and proceed with the next case.
2016-11-14 13:00:16 +01:00
..
cipher Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
core Don't call string_expand() unless we know that we need to. 2016-09-17 23:42:09 +02:00
cpe Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
digest Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
enc Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
hash Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
mac Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
mpi Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00
oath Remove tautological condition. 2016-10-03 16:43:05 +02:00
rand Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Implement a soft assert for unit tests. 2016-11-14 13:00:16 +01:00
Makefile.am Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00