cleanups, make clang happy

This commit is contained in:
cathugger
2019-03-15 21:04:40 +00:00
parent 9ac54f6db3
commit 390e8ea9de
11 changed files with 44 additions and 34 deletions

View File

@@ -11,8 +11,10 @@ static const ge25519_niels ge25519_base_multiples_niels[] = {
#endif
};
#ifdef SMALLTABLES
/* d */
static const fe25519 ecd = {{0x75EB4DCA135978A3, 0x00700A4D4141D8AB, 0x8CC740797779E898, 0x52036CEE2B6FFE73}};
#endif
void ge25519_scalarmult_base(ge25519_p3 *r, const sc25519 *s)
{