..
Makefile.am
Add a library of general (non-cryptographic) hash functions, currently
2014-07-19 06:03:57 +00:00
t.h
Add comparison functions for various integer types.
2014-07-13 20:39:00 +00:00
t_const.c
Forgot to svn add t_const.c.
2014-07-11 12:50:43 +00:00
t_ctype.c
Use custom keywords.
2014-07-04 11:20:46 +00:00
t_file.c
Use custom keywords.
2014-07-04 11:20:46 +00:00
t_hmac_sha1.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_hmac_sha224.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_hmac_sha256.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_hmac_sha384.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_hmac_sha512.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_main.c
Use custom keywords.
2014-07-04 11:20:46 +00:00
t_md2.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_md4.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_md5.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_murmur3_32.c
Add a library of general (non-cryptographic) hash functions, currently
2014-07-19 06:03:57 +00:00
t_pearson.c
Add a library of general (non-cryptographic) hash functions, currently
2014-07-19 06:03:57 +00:00
t_rfc3986.c
Add missing unit test for RFC 3986 support
2014-07-04 11:23:28 +00:00
t_rfc4648.c
Style nits
2014-07-13 20:39:57 +00:00
t_sha1.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_sha224.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_sha256.c
Take advantage of t_compare_mem().
2014-07-11 22:26:23 +00:00
t_sha384.c
Add tests for the carry operation in sha384 and sha512, which support
2014-07-12 22:12:38 +00:00
t_sha512.c
Add tests for the carry operation in sha384 and sha512, which support
2014-07-12 22:12:38 +00:00
t_strlcat.c
&& is subject to shortcut evaluation, so the second test will not run
2014-07-19 15:34:49 +00:00
t_strlcpy.c
Add unit tests for strlcpy()
2014-07-13 21:35:15 +00:00
t_util.c
Prettier hex output
2014-07-19 06:06:33 +00:00