Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-18 | cipher: remove aes128-ctr NaCl implementation | Matthias Schiffer | |
New versions of libsodium have dropped support for aes128-ctr. AES support is only available with OpenSSL now. | |||
2013-11-27 | Add OpenSSL-based aes128-ctr implementation | Matthias Schiffer | |
2013-11-25 | Move crypto algorithm information out of implementation | Matthias Schiffer | |
2013-11-03 | Improve build system for ciphers and MACs as well | Matthias Schiffer | |
2013-11-02 | Implement the first step towards a more flexible way to support crypto methods | Matthias Schiffer | |