xref: /linux/lib/crypto/arm/blake2s.h (revision bd36f6e2abf7f85644f7ea8deb1de4040b03bbc1)
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