mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Rename crypto_generichash.h
This commit is contained in:
@@ -11,11 +11,11 @@ libsodium_la_SOURCES = \
|
||||
crypto_core/salsa2012/ref/api.h \
|
||||
crypto_core/salsa208/ref/core_salsa208.c \
|
||||
crypto_core/salsa208/ref/api.h \
|
||||
crypto_generichash/blake2/ref/api.h \
|
||||
crypto_generichash/blake2/ref/blake2-impl.h \
|
||||
crypto_generichash/blake2/ref/blake2.h \
|
||||
crypto_generichash/blake2/ref/blake2b-ref.c \
|
||||
crypto_generichash/blake2/ref/blake2s-ref.c \
|
||||
crypto_generichash/blake2/ref/crypto_generichash.h \
|
||||
crypto_generichash/blake2/ref/generichash_blake2b.c \
|
||||
crypto_scalarmult/curve25519/ref/base_curve25519_ref.c \
|
||||
crypto_scalarmult/curve25519/ref/crypto_scalarmult.h \
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "api.h"
|
||||
#include "blake2.h"
|
||||
#include "crypto_generichash.h"
|
||||
|
||||
int
|
||||
crypto_generichash_blake2b(unsigned char *out, const unsigned char *in,
|
||||
|
||||
Reference in New Issue
Block a user