Commit message (Expand) | Author | Age | |
---|---|---|---|
* | crypto: run initcalls for generic implementations earlier | Eric Biggers | 2019-04-18 |
* | crypto: poly1305 - add Poly1305 core API | Eric Biggers | 2018-11-20 |
* | crypto: poly1305 - use structures for key and accumulator | Eric Biggers | 2018-11-20 |
* | crypto: shash - remove useless setting of type flags | Eric Biggers | 2018-07-08 |
* | crypto: poly1305 - remove ->setkey() method | Eric Biggers | 2018-01-12 |
* | crypto: poly1305 - remove cra_alignmask | Eric Biggers | 2018-01-05 |
* | crypto: poly1305 - use unaligned access macros to output digest | Eric Biggers | 2018-01-05 |
* | crypto: poly1305 - Use unaligned access where required | Jason A. Donenfeld | 2016-11-13 |
* | crypto: poly1305 - Export common Poly1305 helpers | Martin Willi | 2015-07-17 |
* | crypto: poly1305 - Pass key as first two message blocks to each desc_ctx | Martin Willi | 2015-06-17 |
* | crypto: poly1305 - Add a generic Poly1305 authenticator implementation | Martin Willi | 2015-06-04 |