Skip to content

Commit

Permalink
crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 AR…
Browse files Browse the repository at this point in the history
…M implementation

This comes from Dan Bernstein and Peter Schwabe's public domain NEON
code, and is included here in raw form so that subsequent commits that
fix these up for the kernel can see how it has changed. This code does
have some entirely cosmetic formatting differences, adding indentation
and so forth, so that when we actually port it for use in the kernel in
the subsequent commit, it's obvious what's changed in the process.

This code originates from SUPERCOP 20180818, available at
<https://bench.cr.yp.to/supercop.html>.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
zx2c4 authored and herbertx committed Nov 17, 2019
1 parent bb611bd commit f0fb006
Showing 1 changed file with 2,105 additions and 0 deletions.
Loading

0 comments on commit f0fb006

Please sign in to comment.