salsa208: messagebyte -> messagebytes
Spotted by constcheck
This commit is contained in:
parent
a0b9bc46e4
commit
49f1d87cfe
@ -14,7 +14,7 @@ crypto_stream_salsa208_noncebytes(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
crypto_stream_salsa208_messagebyte_max(void)
|
crypto_stream_salsa208_messagebytes_max(void)
|
||||||
{
|
{
|
||||||
return crypto_stream_salsa208_MESSAGEBYTES_MAX;
|
return crypto_stream_salsa208_MESSAGEBYTES_MAX;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user