1
0
Fork 0
forked from lthn/blockchain

experimental crypto: fixed for gcc

This commit is contained in:
sowle 2021-03-04 12:09:56 +03:00
parent 5eef9e5bc7
commit 00955a063f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -174,8 +174,7 @@ int fe_cmp(const fe a, const fe b)
static const fe scalar_L_fe = { 16110573, 10012311, -6632702, 16062397, 5471207, 0, 0, 0, 0, 4194304 };
__declspec(align(32))
struct scalar_t
struct alignas(32) scalar_t
{
union
{