Skip to content

1.5.0

Compare
Choose a tag to compare
@paulmillr paulmillr released this 17 Jan 23:10
· 322 commits to main since this release
1.5.0
3211349
  • Messages in ECDSA sign() are now reduced modulo n to match RFC6979. Contributed by @kklash.
    • Note: libsecp256k1 is awaiting pull request for the same bugfix
  • sign can now receive {extraEntropy: true} to auto-populate k with random data. This is strongly recommended, see README
  • RFC6979 has been thoroughly refactored