mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
salsa208: messagebyte -> messagebytes
Spotted by constcheck
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user