cryb-to/lib
Dag-Erling Smørgrav bf0016a888 Implement double- and triple-DES.
Single-DES is now a special case of triple-DES with all three keys being the same.  This is significantly slower than a pure single-DES implementation, but that's fine since nobody should be using it anyway.
2017-03-19 14:32:12 +01:00
..
cipher Implement double- and triple-DES. 2017-03-19 14:32:12 +01:00
core Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
cpe Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
digest Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
enc Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
hash Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mac Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mpi Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
oath Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rand Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
Makefile.am Fix typo in libcryb-rand's Makefile and ensure that it is built before libcryb-oath, which uses it. 2016-11-21 13:46:49 +01:00