Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 5 lines 178 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3/* defined in blake2s-core.S */ 4void blake2s_compress(struct blake2s_ctx *ctx, 5 const u8 *data, size_t nblocks, u32 inc);