| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
non-deterministic nature of the old implementation.
|
| |
|
| |
|
|
|
|
|
| |
This now covers all the main branches of both the old and new
BN_mod_sqrt() implementation except for negative p.
|
| |
|
| |
|
|
|
|
|
| |
Regress coverage of all of BN_mod_sqrt() is still lacking after this.
This will improve in forthcoming commits.
|
|
|
|
|
| |
This makes it look a bit more like other tests and also prepares the
addition of further test cases and different tests.
|
|
|
|
| |
In bn_test.c include bn_local.h instead of using copy-pasted prototypes.
|
|
The bn tests were distributed into three subdirectories rather randomly.
It's cleaner and easier to maintain if all this is in a single directory.
Use consistent names for the .c files, unify handling of the tests with
the exception of bn_test, which is special.
Discussed with jsing
|