fix ed25519-donna makedepends

This commit is contained in:
cathugger
2019-11-15 02:48:19 +00:00
parent c0ef36f200
commit 6f7e220b60
12 changed files with 67 additions and 28 deletions

View File

@@ -2,6 +2,8 @@
Public domain by Andrew M. <liquidsun@gmail.com>
*/
/* separate uint128 check for 64 bit sse2 */
#if !defined(HAVE_UINT128) || defined(ED25519_FORCE_32BIT)
/*
Arithmetic modulo the group order n = 2^252 + 27742317777372353535851937790883648493 = 7237005577332262213973186563042994240857116359379907606001950938285454250989
@@ -467,3 +469,5 @@ isatmost128bits256_modm_batch(const bignum256modm a) {
return (mask == 0);
}
#endif /* !defined(HAVE_UINT128) || defined(ED25519_FORCE_32BIT) */