summaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/blake2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/blake2s.h')
-rw-r--r--src/crypto/blake2s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/blake2s.h b/src/crypto/blake2s.h
index c2d717a..6b2242f 100644
--- a/src/crypto/blake2s.h
+++ b/src/crypto/blake2s.h
@@ -29,6 +29,8 @@ void blake2s_final(struct blake2s_state *state, u8 *out, u8 outlen);
void blake2s_hmac(u8 *out, const u8 *in, const u8 *key, const u8 outlen, const u64 inlen, const u64 keylen);
+void blake2s_fpu_init(void);
+
#ifdef DEBUG
bool blake2s_selftest(void);
#endif