Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | Fix CMake errors on some config combinations | Matthias Schiffer | |
2013-12-14 | Remove blowfish-ctr cipher, it's much slower than Salsa20 and probably less ↵ | Matthias Schiffer | |
secure | |||
2013-11-25 | Move crypto algorithm information out of implementation | Matthias Schiffer | |
2013-11-21 | Add salsa20/12 cipher | Matthias Schiffer | |
2013-11-21 | Add salsa20 cipher | Matthias Schiffer | |
2013-11-17 | Add null cipher | Matthias Schiffer | |
2013-11-07 | CMake: add LINK_LIBRARIES workaround for old CMake versions | Matthias Schiffer | |
2013-11-04 | Add simple blowfish-ctr cipher implementation | Matthias Schiffer | |
2013-11-03 | Allow building without NaCl again | Matthias Schiffer | |
2013-11-03 | Fix disabling modules | 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 | |