1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Use size_t

This commit is contained in:
Frank Denis 2019-05-06 10:57:36 +02:00
parent c9e8e47049
commit 3d379746ee

View File

@ -2612,7 +2612,7 @@ ge25519_from_hash(unsigned char s[32], const unsigned char h[64])
unsigned char gl[32];
fe25519 fe_f;
fe25519 fe_g;
int i;
size_t i;
unsigned char x_sign;
x_sign = h[0] & 0x80;