Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: poly1305 - fix poly1305_core_setkey() declaration | Arnd Bergmann | 2021-04-02 | 1 | -2/+4 |
* | crypto: poly1305 - add new 32 and 64-bit generic versions | Jason A. Donenfeld | 2020-01-16 | 1 | -3/+23 |
* | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel | 2019-11-17 | 1 | -1/+37 |
* | crypto: x86/poly1305 - unify Poly1305 state struct with generic code | Ard Biesheuvel | 2019-11-17 | 1 | -9/+9 |
* | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 2019-11-17 | 1 | -23/+0 |
* | crypto: poly1305 - add Poly1305 core API | Eric Biggers | 2018-11-20 | 1 | -0/+16 |
* | crypto: poly1305 - use structures for key and accumulator | Eric Biggers | 2018-11-20 | 1 | -2/+10 |
* | crypto: poly1305 - remove ->setkey() method | Eric Biggers | 2018-01-12 | 1 | -2/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | crypto: poly1305 - Export common Poly1305 helpers | Martin Willi | 2015-07-17 | 1 | -0/+41 |