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

@@ -5,6 +5,8 @@
SSE2 curve25519 implementation
*/
#if defined(ED25519_SSE2)
#include <emmintrin.h>
typedef __m128i xmmi;
@@ -1110,3 +1112,4 @@ curve25519_move_conditional_bytes(uint8_t out[96], const uint8_t in[96], uint32_
_mm_store_si128((xmmi*)out + 5, a5);
}
#endif /* defined(ED25519_SSE2) */