Linux-6.18.2/lib/crypto/arm/blake2s.h
2025-12-23 20:06:59 +08:00

6 lines
183 B
C

/* 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);