mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
Use size_t
This commit is contained in:
parent
c9e8e47049
commit
3d379746ee
@ -2612,7 +2612,7 @@ ge25519_from_hash(unsigned char s[32], const unsigned char h[64])
|
|||||||
unsigned char gl[32];
|
unsigned char gl[32];
|
||||||
fe25519 fe_f;
|
fe25519 fe_f;
|
||||||
fe25519 fe_g;
|
fe25519 fe_g;
|
||||||
int i;
|
size_t i;
|
||||||
unsigned char x_sign;
|
unsigned char x_sign;
|
||||||
|
|
||||||
x_sign = h[0] & 0x80;
|
x_sign = h[0] & 0x80;
|
||||||
|
Loading…
Reference in New Issue
Block a user