]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: lib/sm3 - Move sm3 library into lib/crypto
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 12 Apr 2025 10:57:29 +0000 (18:57 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:24 +0000 (15:36 +0800)
commitf4065b2f63cfc220a852c2c2e760753e5cae0d54
tree48ecd9afcf1e24decb9f6c07d7bab6d19d70303b
parenta58d1c0be43b9f21da16471f9786d5d1fc3a2aa7
crypto: lib/sm3 - Move sm3 library into lib/crypto

Move the sm3 library code into lib/crypto.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/Kconfig
arch/riscv/crypto/Kconfig
arch/x86/crypto/Kconfig
crypto/Kconfig
crypto/Makefile
lib/crypto/Kconfig
lib/crypto/Makefile
lib/crypto/sm3.c [moved from crypto/sm3.c with 100% similarity]