Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

74 lines (55 loc) · 2.46 KB

Changelog

v0.6.0

  • Update hd-wallet dep to v0.6 #120

v0.5.0

  • BREAKING: use hd-wallet crate for HD support instead of slip-10 #115
  • BREAKING: rename hd-wallets feature into hd-wallet #115
  • Update key-share to v0.5
  • Update cggmp21-keygen to v0.4

v0.4.2

  • Update links in the documentation and crate settings after moving the repo #113

v0.4.1

  • Take advantage of #[udigest(as = ...)] attribute #106

v0.4.0

  • security fix: derive challenges for zero-knowledge proof unambiguously
  • Update udigest to v0.2
  • Update generic-ec to v0.4
  • Update slip-10 to v0.4

v0.3.0

  • Provide sync API to carry out provided protocols #100
  • Update round-based dep to v0.3 #100
  • Update generic-ec, slip-10, paillier-zk deps to latest version #101
  • Optimize key share verification and signing using new features of generic-ec #101

v0.2.1

  • Bump key-share to ^0.2.3 #99

v0.2.0

  • Add support of HD wallets compatible with BIP-32 and SLIP-10 #68, #74, #75
  • Restructure the library: move reusable structs and functionalities into separate sub-crates #72, #76, #77, #79
  • Move public info of the key share into separate struct KeyInfo #80
  • Prohibit key shares with zero secret share or secret key #82
  • Add specs and audit report #70, #85

v0.1.1

Minor release fixing docs compilation issues in #69.

v0.1.0

Initial release