mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
More int vs unsigned long long
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ int crypto_sign_open(
|
||||
const unsigned char *pk
|
||||
)
|
||||
{
|
||||
int i;
|
||||
unsigned long long i;
|
||||
unsigned char t1[32], t2[32];
|
||||
ge25519 get1, get2, gepk;
|
||||
sc25519 schmr, scs;
|
||||
|
||||
Reference in New Issue
Block a user