]> Git Repo - secp256k1.git/commit
Improve field/scalar inverse tests
authorPieter Wuille <[email protected]>
Mon, 12 Oct 2020 06:20:32 +0000 (23:20 -0700)
committerPieter Wuille <[email protected]>
Fri, 12 Mar 2021 18:06:18 +0000 (10:06 -0800)
commitaa9cc5218001f14f4312bde1058417d4b755fd11
tree607354357a50cc0215d2edd1383b7799dd5d081a
parent1e0e885c8ac814c3621d9e43e66d60f25e324e8e
Improve field/scalar inverse tests

Add a new run_inverse_tests that replaces all existing field/scalar inverse tests,
and tests a few identities for fixed inputs, small numbers (-999...999), random
inputs (structured and unstructured), as well as comparing with the output of
secp256k1_fe_inv_all_var.
src/tests.c
This page took 0.019736 seconds and 4 git commands to generate.