Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@alekseysidorov alekseysidorov released this 14 Mar 13:44
· 8 commits to master since this release
  • bitcoin dependency has been updated to the new major release 0.17. (#9)

    • Methods secp_gen_keypair_with_rng and secp_gen_keypair now require
      bitcoin network type and return PrivateKey key instead of SecretKey.
    • Several methods no longer require Secp256k1 context.
    • secp256k1::PublicKey replaced by the bitcoin::PublicKey.