Age | Commit message (Expand) | Author |
---|---|---|
2025-06-30 | lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to library | Eric Biggers |
2025-05-05 | crypto: riscv/sha256 - implement library instead of shash | Eric Biggers |
2025-04-28 | crypto: riscv - move library functions to arch/riscv/lib/crypto/ | Eric Biggers |
2024-01-22 | crypto: riscv - add vector crypto accelerated SM4 | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated SM3 | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated SHA-{512,384} | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated SHA-{256,224} | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated GHASH | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated ChaCha20 | Jerry Shih |
2024-01-22 | crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS} | Jerry Shih |
2024-01-22 | RISC-V: hook new crypto subdir into build-system | Heiko Stuebner |