Searched hist:"4 af78261870a7d36dd222af8dad9688b705e365e" (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | Kconfig | diff 4af78261870a7d36dd222af8dad9688b705e365e Wed Dec 05 07:20:02 CET 2018 Eric Biggers <ebiggers@google.com> crypto: x86/chacha20 - add XChaCha20 support
Add an XChaCha20 implementation that is hooked up to the x86_64 SIMD implementations of ChaCha20. This can be used by Adiantum.
An SSSE3 implementation of single-block HChaCha20 is also added so that XChaCha20 can use it rather than the generic implementation. This required refactoring the ChaCha permutation into its own function.
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|