- 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 fromcore
instead ofstd
#15- BREAKING: remove
std
feature as the lib is fully no_std now
- BREAKING: remove
- Update docs and repo link #11
- The first release of
hd-wallet
, successor ofslip-10
crate. It has all functionality ofslip-10
plus special Edwards derivation that works with Ed25519 curve #8
slip-10
crate has been restructured and renamed into hd-wallet
- Update
generic-ec
dep tov0.4
#7
- Update
generic-ec
dependency tov0.3
#6
Changes prior to that version were not recorded