cryb-to/t
Dag-Erling Smørgrav 8ce323c899 Bump copyright year.
2017-05-01 21:20:50 +02:00
..
.gitignore Add unit tests for {rol,ror}{8,16,32,64}. 2017-04-22 01:41:06 +02:00
Makefile.am Fix include paths for some tests. 2017-04-29 18:28:54 +02:00
t__string.c
t_adler.c
t_aes.c
t_assert.c
t_chacha.c
t_cipher.c
t_core.c
t_ctype.c
t_cxx.cc
t_des.c
t_digest.c
t_enc.c
t_endian.c Fix a typo that broke some of the tests on big-endian platforms. 2017-04-21 21:28:47 +02:00
t_fletcher.c
t_hash.c
t_hmac_sha1.c
t_hmac_sha224.c
t_hmac_sha256.c
t_hmac_sha384.c
t_hmac_sha512.c
t_mac.c
t_md2.c
t_md4.c
t_md5.c
t_memset_s.c
t_mpi.c Cosmetic fixups. 2017-04-06 19:51:47 +02:00
t_mpi.h Print words in the correct order, and tack on the MSB. 2017-04-06 19:52:23 +02:00
t_mpi_addsub.c Clear a vector that was supposed to be zero. 2017-04-06 19:52:23 +02:00
t_mpi_compar.c Fix equality predicates. 2017-04-22 05:32:25 +02:00
t_mpi_gcd.c Implement GCD using Stein's binary algorithm. 2017-04-06 19:51:47 +02:00
t_mpi_muldiv.c Implement MPI division. 2017-04-06 19:52:23 +02:00
t_murmur3_32.c
t_oath.c
t_pearson.c
t_rand.c
t_rc4.c
t_rfc3986.c
t_rfc4648.c
t_rolror.c Add unit tests for {rol,ror}{8,16,32,64}. 2017-04-22 01:41:06 +02:00
t_salsa.c Correct information about Joachim Strömbergson's contributions. 2017-04-06 19:51:46 +02:00
t_sha1.c
t_sha224.c
t_sha256.c
t_sha384.c
t_sha512.c
t_string.c
t_strlcat.c Bump copyright year. 2017-05-01 21:20:50 +02:00
t_strlcmp.c
t_strlcpy.c Bump copyright year. 2017-05-01 21:20:50 +02:00
t_wstring.c