cryb-to/include/cryb
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
..
aes.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
algorithm.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
bitwise.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
cipher.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
core.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
coverage.h Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cpe.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
ctype.h Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
defs.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
digest.h Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
enc.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
endian.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hash.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hmac.h Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
hmac_sha1.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hmac_sha224.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hmac_sha256.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hmac_sha384.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
hmac_sha512.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
impl.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
mac.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
Makefile.am Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
md.h
md2.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
md4.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
md5.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
memset_s.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
mpi.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
nocoverage.h
oath.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
oath_constants.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
oath_hotp.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
oath_totp.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
oath_types.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
rand.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
rc4.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
rfc3986.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
rfc4648.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
sha.h
sha1.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
sha224.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
sha256.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
sha384.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
sha512.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
string.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
strlcat.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
strlcmp.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
strlcpy.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
test.h Implement a soft assert for unit tests. 2016-11-14 13:00:16 +01:00
to.h Bump version. 2016-10-03 12:32:02 +02:00
wcslcat.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
wcslcmp.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
wcslcpy.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00
wstring.h Tidy up the headers a bit and make them C++-safe. 2016-10-03 12:31:16 +02:00