Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | Update copyright years | Matthias Schiffer | |
2014-08-24 | Coding style: always add a space between a pointer's type and the * | Matthias Schiffer | |
2014-08-02 | Introduce and use alloc helpers | Matthias Schiffer | |
These new helpers will terminate fastd on allocation failures and add some additional convenience (allow strdup with NULL; typesafe new(type) macros). | |||
2014-05-29 | Document *everything* | Matthias Schiffer | |
2014-03-14 | Adjust copyright years | Matthias Schiffer | |
2014-01-25 | Mark assembler files as not needing executable stack | Matthias Schiffer | |
2013-12-01 | Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12 | Matthias Schiffer | |
Public Domain implementations by D. J. Bernstein, see http://cr.yp.to/snuffle.html |