]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
curve25519: replace hacl64 with fiat64
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 31 Jan 2018 15:53:59 +0000 (16:53 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 1 Feb 2018 18:51:50 +0000 (19:51 +0100)
commit40ae0e0bbaa03821246e5fbde977da589c70f40b
tree21b8f056765f118e11e6b22e99262fabdb02b8e2
parentbc3f283148437370f36dcc3843b13f0126688c6b
curve25519: replace hacl64 with fiat64

For now, it's faster:

hacl64: 109782 cycles per call
fiat64: 108984 cycles per call

It's quite possible this commit will be reverted with nice changes from
INRIA, though.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
contrib/keygen-html/src/curve25519_generate.c
src/curve25519.c