mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Use size_t and uint64_t instead of long long in ed25519/.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
int crypto_sign_open(
|
||||
const unsigned char* sig,
|
||||
const unsigned char* m, unsigned long long mlen,
|
||||
const unsigned char* m, size_t mlen,
|
||||
const unsigned char* pk
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user