cryb-to/lib/cipher
Dag-Erling Smørgrav 239ab3a471 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-04-06 19:51:45 +02:00
..
cryb-cipher.pc.in
cryb_aes.c Misc cleanup after API change. 2017-04-06 19:51:45 +02:00
cryb_chacha.c Implement the ChaCha family of stream ciphers. 2017-04-06 19:51:45 +02:00
cryb_cipher.c
cryb_des.c Implement double- and triple-DES. 2017-04-06 19:51:45 +02:00
cryb_rc4.c Misc cleanup after API change. 2017-04-06 19:51:45 +02:00
cryb_salsa.c Implement the Salsa family of stream ciphers. 2017-04-06 19:51:45 +02:00
Makefile.am Implement DES (single-key ECB only for now). 2017-04-06 19:51:45 +02:00