]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/crypto: chacha: Rename libchacha.c to chacha.c
authorEric Biggers <ebiggers@kernel.org>
Wed, 27 Aug 2025 15:11:24 +0000 (08:11 -0700)
committerEric Biggers <ebiggers@kernel.org>
Fri, 29 Aug 2025 16:50:19 +0000 (09:50 -0700)
commit1ae46b6eb5b9a97978fe12a71f5de53ab977297f
tree038d82e9207013f689f0697a390a7ba93dc61c54
parent20a1acb68d7a16481b70a693d49c2a42882f57a9
lib/crypto: chacha: Rename libchacha.c to chacha.c

Rename libchacha.c to chacha.c to make the naming consistent with other
algorithms and allow additional source files to be added to the
libchacha module.  This file currently contains chacha_crypt_generic(),
but it will soon be updated to contain chacha_crypt().

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250827151131.27733-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crypto/Makefile
lib/crypto/chacha.c [moved from lib/crypto/libchacha.c with 100% similarity]