diff options
| author | Heiko Schocher <[email protected]> | 2025-11-18 05:30:38 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-04 09:38:58 -0600 |
| commit | 41c0131b950a16747929ab310588cf5db8e38123 (patch) | |
| tree | 2c7e9bde33a6578f514af153128d5355eb5a7cdd /MAINTAINERS | |
| parent | 6a0c939b88fd42c6b0a374f7c87317f292df46a1 (diff) | |
lib: import sm3 256 hash parts from linux
Implement SM3_256 Hash algorithm, based on
linux commit f83a4f2a4d8c: ("Merge tag 'erofs-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs")
Therefore add the needed parts from linux.
Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 60772a494a3..e1d79206e50 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1686,6 +1686,12 @@ F: include/slre.h F: lib/slre.c F: test/lib/slre.c +SM3 +M: Heiko Schocher <[email protected]> +S: Maintained +F: include/u-boot/sm3.h +F: lib/sm3.c + SMCCC TRNG M: Etienne Carriere <[email protected]> S: Maintained |
