LK_01_039 - Poly1305 optimization -- both vector and non-vector
About
Poly1305 is a universal hash family which is used in various places in the Linux kernel, e.g. Wireguard and bcachefs.
This project involves:
- Adding optimized poly1305 routines for RISC-V, non-vector
- Adding optimized poly1305 routines for RISC-V, vector
Status
Updates
- Project reported as priority for 2H24