1.5.0
- Messages in ECDSA
sign()
are now reduced modulon
to match RFC6979. Contributed by @kklash.- Note: libsecp256k1 is awaiting pull request for the same bugfix
sign
can now receive{extraEntropy: true}
to auto-populatek
with random data. This is strongly recommended, see README- RFC6979 has been thoroughly refactored