]> Git Repo - secp256k1.git/commit
exhaustive tests: remove erroneous comment from ecdsa_sig_sign
authorAndrew Poelstra <[email protected]>
Mon, 28 Nov 2016 18:59:38 +0000 (18:59 +0000)
committerAndrew Poelstra <[email protected]>
Mon, 28 Nov 2016 19:46:18 +0000 (19:46 +0000)
commit678b0e5466d36cf430f550f24b02152dceb61e6b
tree097723251f027c860c5802d3da41a9d417e413b8
parent03ff8c2d0a86cbea40ffe99a0d745571749f5d01
exhaustive tests: remove erroneous comment from ecdsa_sig_sign

Mathematically, we always overflow when using the exhaustive tests (because our
scalar order is 13 and our field order is on the order of 2^256), but the
`overflow` variable returned when parsing a b32 as a scalar is always set
to 0, to prevent infinite (or practically infinite) loops searching for
non-overflowing scalars.
src/ecdsa_impl.h
src/tests_exhaustive.c
This page took 0.02355 seconds and 4 git commands to generate.