cryb-to/lib/cipher
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
..
cryb-cipher.pc.in Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
cryb_aes.c Misc cleanup after API change. 2017-03-16 18:00:09 +01:00
cryb_chacha.c Implement the ChaCha family of stream ciphers. 2017-03-16 18:02:56 +01:00
cryb_cipher.c
cryb_des.c Implement double- and triple-DES. 2017-03-19 14:32:12 +01:00
cryb_rc4.c Misc cleanup after API change. 2017-03-16 18:00:09 +01:00
cryb_salsa.c Implement the Salsa family of stream ciphers. 2017-03-18 14:42:26 +01:00
Makefile.am Implement DES (single-key ECB only for now). 2017-03-18 17:12:16 +01:00