salsa208: messagebyte -> messagebytes

Spotted by constcheck
This commit is contained in:
Frank Denis 2017-08-25 14:50:24 +02:00
parent a0b9bc46e4
commit 49f1d87cfe

View File

@ -14,7 +14,7 @@ crypto_stream_salsa208_noncebytes(void)
}
size_t
crypto_stream_salsa208_messagebyte_max(void)
crypto_stream_salsa208_messagebytes_max(void)
{
return crypto_stream_salsa208_MESSAGEBYTES_MAX;
}