Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-04-05 | Set up the RSA's _method_mod_n before the initial blinding | tb | 1 | -11/+13 |
2023-04-05 | Sprinkle a few BTI instructions into the arm64 assembly files and pass | kettenis | 2 | -1/+8 |
2023-04-05 | bn_mod_sqrt: Improve a handful of comments and a printf | tb | 1 | -5/+9 |
2023-04-05 | Improve regress coverage for BN_mod_sqrt() | tb | 1 | -3/+2783 |
2023-04-05 | Simplify mod_sqrt_test() a bit | tb | 1 | -35/+16 |
2023-04-05 | bn_mod_sqrt test: Use a #define rather than hard coded 100 | tb | 1 | -3/+5 |
2023-04-05 | Add coverage for the truly non-deterministic path of Tonelli-Shanks | tb | 1 | -4/+1625 |
2023-04-05 | Introduce variation in location of junked bytes; ok tb@ | otto | 1 | -3/+8 |
2023-04-04 | A refactoring back in 2016 in which magic numbers where extracted into | anton | 1 | -0/+1 |
2023-04-04 | In preparation for better documenting BIO info callbacks, improve the | schwarze | 1 | -9/+115 |
2023-04-04 | Clean bn_mod_sqrt up a little | tb | 1 | -28/+53 |
2023-04-03 | Compress euclid() a little | tb | 1 | -49/+28 |
2023-04-03 | Link bn_gcd test to regress | tb | 1 | -1/+3 |