crypto: x86/poly1305 - import unmodified cryptogams implementation
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 6 Jan 2020 03:40:47 +0000 (22:40 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 16 Jan 2020 07:18:12 +0000 (15:18 +0800)
commit0896ca2a0cb6127e8a129f1f2a680d49b6b0f65c
tree9e0c79202ff250034c11a2586b7f7030e9e81a10
parent1c08a104360f3e18f4ee6346c21cc3923efb952e
crypto: x86/poly1305 - import unmodified cryptogams implementation

These x86_64 vectorized implementations come from Andy Polyakov's
CRYPTOGAMS implementation, and are included here in raw form without
modification, so that subsequent commits that fix these up for the
kernel can see how it has changed.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/poly1305-x86_64-cryptogams.pl [new file with mode: 0644]