Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unwanted trailing newlines from err/warn format strings. | anton | 2024-08-23 | 1 | -2/+2 |
* | bn_mod_sqrt: remove no longer necessary complications due to the | tb | 2023-04-11 | 1 | -15/+5 |
* | Move a comment to the proper place | tb | 2023-04-06 | 1 | -6/+5 |
* | bn_mod_sqrt: Improve a handful of comments and a printf | tb | 2023-04-05 | 1 | -5/+9 |
* | Improve regress coverage for BN_mod_sqrt() | tb | 2023-04-05 | 1 | -3/+2783 |
* | Simplify mod_sqrt_test() a bit | tb | 2023-04-05 | 1 | -35/+16 |
* | bn_mod_sqrt test: Use a #define rather than hard coded 100 | tb | 2023-04-05 | 1 | -3/+5 |
* | Add coverage for the truly non-deterministic path of Tonelli-Shanks | tb | 2023-04-05 | 1 | -4/+1625 |
* | Clean bn_mod_sqrt up a little | tb | 2023-04-04 | 1 | -28/+53 |
* | Add a few missing headers and drop a few unused ones | tb | 2022-12-06 | 1 | -1/+3 |
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 1 | -0/+129 |