Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-11-17 | crypto: x86/poly1305 - depend on generic library not generic shash | Ard Biesheuvel | 4 | -28/+60 |
2019-11-17 | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel | 4 | -22/+138 |
2019-11-17 | crypto: x86/poly1305 - unify Poly1305 state struct with generic code | Ard Biesheuvel | 4 | -73/+43 |
2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 10 | -216/+248 |
2019-11-17 | crypto: chacha - unexport chacha_generic routines | Ard Biesheuvel | 2 | -28/+8 |
2019-11-17 | crypto: mips/chacha - wire up accelerated 32r2 code from Zinc | Ard Biesheuvel | 5 | -44/+277 |