rename ecc25519 to curve25519, less confusing with ed25519 now in play too

This commit is contained in:
toddouska
2015-03-24 11:56:40 -07:00
parent fe303c97c6
commit 8f6d7a1ce7
11 changed files with 143 additions and 137 deletions

View File

@@ -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 */