mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
add blake2 headers to dist
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
|
||||
#include <cyassl/ctaocrypt/blake2-int.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* in bytes, variable digest size up to 512 bits (64 bytes) */
|
||||
enum {
|
||||
@@ -47,8 +50,8 @@ CYASSL_API int Blake2bFinal(Blake2b*, byte*, word32);
|
||||
|
||||
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CTAOCRYPT_BLAKE2_H */
|
||||
|
@@ -30,6 +30,9 @@ nobase_include_HEADERS+= \
|
||||
cyassl/ctaocrypt/sha256.h \
|
||||
cyassl/ctaocrypt/sha512.h \
|
||||
cyassl/ctaocrypt/sha.h \
|
||||
cyassl/ctaocrypt/blake2.h \
|
||||
cyassl/ctaocrypt/blake2-int.h \
|
||||
cyassl/ctaocrypt/blake2-impl.h \
|
||||
cyassl/ctaocrypt/tfm.h \
|
||||
cyassl/ctaocrypt/types.h \
|
||||
cyassl/ctaocrypt/visibility.h \
|
||||
|
Reference in New Issue
Block a user