Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark test table as static const. | jsing | 2023-03-11 | 1 | -2/+2 |
| | |||||
* | Add currently failing negative zero check to BN_rshift() regress. | jsing | 2023-02-13 | 1 | -1/+5 |
| | |||||
* | Fix previous. | jsing | 2023-01-07 | 1 | -3/+9 |
| | |||||
* | Add additional shift benchmarks that are useful on BN_BITS2 == 32 platforms | jsing | 2023-01-05 | 1 | -2/+56 |
| | |||||
* | Add regress coverage for shifts of zero bits. | jsing | 2022-12-23 | 1 | -1/+38 |
| | |||||
* | Do similar setup for lshift and rshift benchmarks. | jsing | 2022-12-23 | 1 | -1/+13 |
| | | | | This prevents realloc from unnecessarily impacting the lshift benchmarks. | ||||
* | Use volatile sig_atomic_t for flag set in signal handler | tb | 2022-12-18 | 1 | -2/+2 |
| | |||||
* | Zap some whitespace | tb | 2022-12-17 | 1 | -2/+2 |
| | |||||
* | Provide regress coverage for BN shift functions. | jsing | 2022-12-17 | 1 | -0/+538 |
Provide regress coverage for BN_lshift1(), BN_rshift1(), BN_lshift() and BN_rshift(), along with basic benchmarking functionality (run via 'make benchmark'). |