diff options
author | Andy Polyakov <appro@openssl.org> | 2018-02-19 15:09:33 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-02-21 10:13:59 +0100 |
commit | 42efffcb70f9805e76c72005d91e5b4ce6979a5f (patch) | |
tree | be80e7a9ebddbd16292116650394ecd4e4594c0e /Configurations/00-base-templates.conf | |
parent | crypto/ec/curve25519.c: remove redundant fe[51]_cswap. (diff) | |
download | openssl-42efffcb70f9805e76c72005d91e5b4ce6979a5f.tar.xz openssl-42efffcb70f9805e76c72005d91e5b4ce6979a5f.zip |
Add x25519-x86_64.pl module, mod 2^255-19 primitives.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5408)
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r-- | Configurations/00-base-templates.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 951aeaa599..99c271e5b1 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -203,7 +203,7 @@ my %targets=( template => 1, cpuid_asm_src => "x86_64cpuid.s", bn_asm_src => "asm/x86_64-gcc.c x86_64-mont.s x86_64-mont5.s x86_64-gf2m.s rsaz_exp.c rsaz-x86_64.s rsaz-avx2.s", - ec_asm_src => "ecp_nistz256.c ecp_nistz256-x86_64.s", + ec_asm_src => "ecp_nistz256.c ecp_nistz256-x86_64.s x25519-x86_64.s", aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s", md5_asm_src => "md5-x86_64.s", sha1_asm_src => "sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s sha1-mb-x86_64.s sha256-mb-x86_64.s", |