Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mgf1: Refactored MGF1 as an XOF | Andreas Steffen | 2016-09-21 | 1 | -1/+8 |
* | xof: Added ChaCha20 stream as XOF | Andreas Steffen | 2016-08-06 | 4 | -1/+220 |
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 3 | -58/+58 |
* | byteorder: Add 32-bit unaligned little-endian conversion functions | Martin Willi | 2015-12-04 | 1 | -21/+0 |
* | chapoly: Process two Poly1305 blocks in parallel in SSSE3 driver | Martin Willi | 2015-07-12 | 1 | -85/+291 |
* | chapoly: Process four ChaCha20 blocks in parallel in SSSE3 driver | Martin Willi | 2015-07-12 | 1 | -16/+207 |
* | chapoly: Add an SSSE3 based driver | Martin Willi | 2015-06-29 | 4 | -1/+514 |
* | chapoly: Add a ChaCha20/Poly1305 driver implemented in portable C | Martin Willi | 2015-06-29 | 4 | -0/+488 |
* | chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends | Martin Willi | 2015-06-29 | 7 | -0/+672 |