mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Match crypto_generichash_blake2b_{saltbytes/personalbytes} with prototypes.
This commit is contained in:
@@ -26,12 +26,12 @@ crypto_generichash_blake2b_blockbytes(void) {
|
||||
}
|
||||
|
||||
size_t
|
||||
crypto_generichash_blake2b_salt_bytes(void) {
|
||||
crypto_generichash_blake2b_saltbytes(void) {
|
||||
return crypto_generichash_blake2b_SALTBYTES;
|
||||
}
|
||||
|
||||
size_t
|
||||
crypto_generichash_blake2b_personal_bytes(void) {
|
||||
crypto_generichash_blake2b_personalbytes(void) {
|
||||
return crypto_generichash_blake2b_PERSONALBYTES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user