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

@@ -1,3 +1,5 @@
#if defined(ED25519_SSE2)
/*
conversions
*/
@@ -412,3 +414,5 @@ ge25519_scalarmult_base_niels(ge25519 *r, const uint8_t table[256][96], const bi
ge25519_nielsadd2(r, &t);
}
}
#endif /* defined(ED25519_SSE2) */