diff options
Diffstat (limited to 'lib/crypto/arm/blake2s.h')
| -rw-r--r-- | lib/crypto/arm/blake2s.h | 5 |
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..42c04440c191 --- /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_ctx *ctx, + const u8 *data, size_t nblocks, u32 inc); |
