forked from wolfSSL/wolfssl
rename ecc25519 to curve25519, less confusing with ed25519 now in play too
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#if defined(HAVE_ED25519) || defined(HAVE_ECC25519)
|
||||
#if defined(HAVE_ED25519) || defined(HAVE_CURVE25519)
|
||||
|
||||
#include <wolfssl/wolfcrypt/fe_operations.h>
|
||||
#include <stdint.h>
|
||||
@@ -1332,5 +1332,5 @@ void fe_cmov(fe f,const fe g,unsigned int b)
|
||||
f[8] = f8 ^ x8;
|
||||
f[9] = f9 ^ x9;
|
||||
}
|
||||
#endif /* HAVE ED25519 or ECC25519 */
|
||||
#endif /* HAVE ED25519 or CURVE25519 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user