commit | 8096667273477e735b0072b11a6d617ccee45e5f | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Dec 08 14:28:59 2016 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Dec 27 17:47:29 2016 +0800 |
tree | f29612ebcdc4b8bb4d50d2b0c32edcb64e608e4b | |
parent | 8621caa0d45e731f2e9f5889ff5bb384fcd6e059 [diff] |
crypto: arm/chacha20 - implement NEON version based on SSE3 code This is a straight port to ARM/NEON of the x86 SSE3 implementation of the ChaCha20 stream cipher. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>