Age | Commit message (Expand) | Author |
2020-01-16 | crypto: x86/poly1305 - wire up faster implementations for kernel | Jason A. Donenfeld |
2019-11-17 | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel |
2019-11-17 | crypto: curve25519 - generic C library implementations | Jason A. Donenfeld |
2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld |
2019-11-17 | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation | Ard Biesheuvel |
2019-11-17 | crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel |
2019-11-17 | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel |
2019-11-17 | crypto: x86/poly1305 - expose existing driver as poly1305 library | Ard Biesheuvel |
2019-11-17 | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel |
2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel |
2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel |
2019-11-17 | crypto: lib - tidy up lib/crypto Kconfig and Makefile | Ard Biesheuvel |