mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Nits
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include "crypto_generichash_blake2b.h"
|
||||
|
||||
#define crypto_generichash crypto_generichash_blake2b
|
||||
#define crypto_generichash_blake2b crypto_generichash_blake2b_ref
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,8 +6,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
extern int crypto_generichash_blake2b_ref(unsigned char *out, const unsigned char *in,
|
||||
|
||||
extern int crypto_generichash_blake2b_ref(unsigned char *out,
|
||||
const unsigned char *in,
|
||||
const unsigned char *key,
|
||||
size_t outlen, unsigned long long inlen,
|
||||
size_t keylen);
|
||||
|
||||
Reference in New Issue
Block a user