curv icon indicating copy to clipboard operation
curv copied to clipboard

Expose `test_for_all_curves!` macro

Open survived opened this issue 5 years ago • 0 comments

Turned out that test_for_all_curves! macro is convenient to use in dependent crates (like bulletproof, etc.). PR adds a feature testing-utils which exposes it. Also, the macro got documentation that clarifies its purpose.

UPD: also fixed a test that fails with 1/16 probability

survived avatar Dec 10 '20 15:12 survived