add blake2 headers to dist

This commit is contained in:
toddouska 2013-04-15 13:22:11 -07:00
parent 79432d9017
commit 8eee0b1d4c
2 changed files with 8 additions and 2 deletions

View File

@ -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 */

View File

@ -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 \