Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add BN_cmp()/BN_ucmp() tests with zero padded inputs. | jsing | 2023-06-21 | 1 | -1/+25 |
| | | | | | Currently BN_hex2bn() removes the leading zeros, however this will not be the case in the future. | ||||
* | Add regress coverage for BN_cmp()/BN_ucmp(). | jsing | 2022-11-30 | 1 | -0/+336 |
Some tests current fail due to a bug in BN_ucmp(), which will be fixed soon. |