Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide optimised bn_subw() for riscv64. | jsing | 2023-07-09 | 1 | -1/+18 |
* | Provide optimised bn_addw() for riscv64. | jsing | 2023-07-09 | 1 | -1/+18 |
* | Provide optimised bn_mulw() for riscv64. | jsing | 2023-07-07 | 1 | -7/+11 |
* | Rename bn_umul_hilo() to bn_mulw(). | jsing | 2023-02-16 | 1 | -7/+7 |
* | Fix output constraints for bn_umul_hilo(). | jsing | 2023-02-04 | 1 | -2/+2 |
* | Provide inline assembly bn_umul_hilo() for alpha/powerpc64/riscv64. | jsing | 2023-01-31 | 1 | -1/+25 |
* | Provide a per machine bn_arch.h. | jsing | 2023-01-20 | 1 | -0/+24 |