Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 1.31 KB

hd-wallet crate changelog

v0.6.0

  • BREAKING: Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient when instantiated with certain curves, and may also enable attacker to perform DoS attack by finding derivation path that results into very long computation #14
  • Add stark-specific derivation: secure and efficient derivation for stark curve #14
  • Use Error trait from core instead of std #15
    • BREAKING: remove std feature as the lib is fully no_std now

v0.5.1

  • Update docs and repo link #11

v0.5.0

  • The first release of hd-wallet, successor of slip-10 crate. It has all functionality of slip-10 plus special Edwards derivation that works with Ed25519 curve #8

slip-10 crate changelog

slip-10 crate has been restructured and renamed into hd-wallet

v0.4.0

  • Update generic-ec dep to v0.4 #7

v0.3.0

  • Update generic-ec dependency to v0.3 #6

v0.2.0

Changes prior to that version were not recorded