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