Warning: This file is not a C or C++ file. It does not have highlighting.
| 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 |
Warning: This file is not a C or C++ file. It does not have highlighting.
