summaryrefslogtreecommitdiff
path: root/lib/crypto/arm/blake2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/arm/blake2s.h')
-rw-r--r--lib/crypto/arm/blake2s.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/crypto/arm/blake2s.h b/lib/crypto/arm/blake2s.h
new file mode 100644
index 000000000000..aa7a97139ea7
--- /dev/null
+++ b/lib/crypto/arm/blake2s.h
@@ -0,0 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+/* defined in blake2s-core.S */
+void blake2s_compress(struct blake2s_state *state, const u8 *block,
+ size_t nblocks, u32 inc);