Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | blowfish-ctr: use the whole 56-byte key | Matthias Schiffer | |
2013-11-05 | Generalize cipher/MAC key/IV lengths | 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 | More CMake cleanup and fixes | Matthias Schiffer | |
2013-11-02 | Move a few prototypes from fastd.h into a new config.h | Matthias Schiffer | |
2013-11-02 | Move all generated headers to the src subdir | Matthias Schiffer | |
2013-11-02 | Algorithms without implementation aren't available | Matthias Schiffer | |
2013-11-02 | Convert aes128-gcm into a generic gcm method | Matthias Schiffer | |
2013-11-02 | Correctly handle ciphers without implementation | Matthias Schiffer | |
2013-11-02 | Implement the first step towards a more flexible way to support crypto methods | Matthias Schiffer | |