]> git.ipfire.org Git - thirdparty/nettle.git/commit
x86_64 implementation of nettle_ecc_curve448_modp
authorNiels Möller <nisse@lysator.liu.se>
Sun, 8 Dec 2019 10:14:00 +0000 (11:14 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 8 Dec 2019 10:14:00 +0000 (11:14 +0100)
commitd13bb31227f9fa58f3b1a41c79d7d39e4a0167b2
tree57fbe606848724ed29b8373b162e9c38877b4d77
parent2bea3db4a8135dbbc832266fe8c9d8179bc7ec4b
x86_64 implementation of nettle_ecc_curve448_modp

* x86_64/ecc-curve448-modp.asm (nettle_ecc_curve448_modp): New
assembly function.
* ecc-448.c (ecc_448_modp) [HAVE_NATIVE_ecc_curve448_modp]: Use
native nettle_ecc_curve448_modp if available.
* configure.ac (asm_hogweed_optional_list): Add ecc-curve448-modp.asm.
(HAVE_NATIVE_ecc_curve448_modp): New config.h define.
ChangeLog
configure.ac
ecc-448.c
x86_64/ecc-curve448-modp.asm [new file with mode: 0644]