cryb-to/include
Dag-Erling Smørgrav c2f4fa524f Second iteration of the cryb-cipher API.
We now have separate encryption and decryption methods, and can process an arbitrary amount of plaintext or ciphertext per call, rounded down to the block size (if applicable).  For stream ciphers, we also have a keystream method which fills the provided buffer with an arbitrary amount of keystream (once again, rounded down if applicable).
2017-04-06 19:51:45 +02:00
..
cryb Second iteration of the cryb-cipher API. 2017-04-06 19:51:45 +02:00
.gitignore Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
Makefile.am