Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use utime in order to make benchmarks less noisy and more consistent. | jsing | 2023-01-29 | 1 | -5/+14 |
| | |||||
* | Set BN_FLG_CONSTTIME on benchmark inputs. | jsing | 2023-01-29 | 1 | -1/+4 |
| | | | | | The public APIs still change behaviour based on BN_FLG_CONSTTIME - set it to avoid benchmark noise. | ||||
* | Add benchmarks for BN_div() | jsing | 2023-01-29 | 1 | -10/+147 |
| | |||||
* | Correct setup for BN_mul/BN_sqr benchmarks. | jsing | 2023-01-29 | 1 | -4/+4 |
| | | | | BN_rand() takes a bit length, not the top bit. | ||||
* | Rename bn_mul.c regress to bn_mul_div.c. | jsing | 2023-01-29 | 1 | -0/+271 |