ec/curve25519.c: reorganize for better accessibility.
authorAndy Polyakov <appro@openssl.org>
Thu, 12 Jul 2018 09:53:16 +0000 (11:53 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 15 Jul 2018 17:06:06 +0000 (19:06 +0200)
commit3c849bc901fa191fc517bc20d905783e6e428de5
tree4b11b2b248dde6080c7f7cee8265cde5cbf40d23
parentd3e3263072c91999afc256fa4666c40912dde410
ec/curve25519.c: reorganize for better accessibility.

Move base 2^64 code to own #if section. It was nested in base 2^51 section,
which arguably might have been tricky to follow.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6699)
crypto/ec/curve25519.c