Add a system property secp256k1.randomize that can be set to false.
If not set or if the value is set to a Boolean.parseBoolean true value
then the context is randomized prior to use. If set to a value that
does not parse to true then no randomization is performed.
Add a system property
secp256k1.randomize
that can be set to false. If not set or if the value is set to a Boolean.parseBoolean true value then the context is randomized prior to use. If set to a value that does not parse to true then no randomization is performed.Signed-off-by: Danno Ferrin danno.ferrin@gmail.com