xref: /linux/lib/crypto/arm/blake2s.h (revision e005fd94e2e5867f2a4e66e5df85069cda6f0db4)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /* defined in blake2s-core.S */
4 void blake2s_compress(struct blake2s_ctx *ctx,
5 		      const u8 *data, size_t nblocks, u32 inc);
6