mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Include blake2b_long prototype
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "../../sodium/common.h"
|
||||
|
||||
#include "argon2-impl.h"
|
||||
#include "blake2b-long.h"
|
||||
|
||||
int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen) {
|
||||
uint8_t *out = (uint8_t *)pout;
|
||||
|
||||
Reference in New Issue
Block a user