Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-04 | Clean bn_mod_sqrt up a little | tb | 1 | -28/+53 | |
This makes it look a bit more like other tests and also prepares the addition of further test cases and different tests. | |||||
2023-04-03 | Compress euclid() a little | tb | 1 | -49/+28 | |
This function is spread out over way too many lines and has too much repetition. Once this is made a little more compact, it becomes clearer that this is a somewhat obfuscated version of binary gcd (it is not constant time therefore cryptographically unsound. It is not used internally). This will likely go away later. ok jsing | |||||
2023-04-03 | Link bn_gcd test to regress | tb | 1 | -1/+3 | |