aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/sha3.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-05lib/crypto: sha3: Support arch overrides of one-shot digest functionsEric Biggers1-0/+37
2025-11-05lib/crypto: sha3: Add FIPS cryptographic algorithm self-testEric Biggers1-1/+16
2025-11-05lib/crypto: sha3: Move SHA3 Iota step mapping into round functionDavid Howells1-6/+6
2025-11-05lib/crypto: sha3: Add SHA-3 supportDavid Howells1-0/+359