google / google/android-riscv64
kernel: crypto optimization
Open
enhancement
security
- Dominant language
- No language data
- Stars
- 254
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Linux doesn't have optimized crypto implementations for RISC-V. Storage encryption and dm/fs-verity are going to be unusably slow without optimized versions of AES and SHA-2 at least, preferably using [Scalar Cryptography extensions](https://github.com/riscv/riscv-crypto/releases/tag/v1.0.1-scalar) or the upcoming Vector Cryptography extension. There's some potential overlap here with issue #36.
Contributor guide
Assessment
This issue has not been assessed yet.