A follow-up PR could add a --help
which would also mention the get_iters
environment variable (I have to look up in the source how it’s called exactly every time).
Originally posted by @jonasnick in #991#pullrequestreview-799481944
We could also remove the indirection in cirrus.sh
(https://github.com/bitcoin-core/secp256k1/blob/master/ci/cirrus.sh#L35-L37) and define the “right” constants directly in cirrus.yml
. I tend to look the constants up in cirrus.yml
and then see the wrong constants without the SECP256K1_
prefix.