Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-07 | Provide optimised bn_mulw() for riscv64. | jsing | 1 | -7/+11 | |
This provides a 1.5-2x performance gain for BN multiplication, with a similar improvement being seen for RSA operations. | |||||
2023-07-07 | Remove symbols already declared in the public header | tb | 1 | -6/+1 | |
ok bcook beck jsing |