File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# hd-wallet crate changelog
2
2
3
3
## v0.6.0
4
- * Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient
4
+ * BREAKING: Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient
5
5
when instantiated with certain curves, and may also enable attacker to perform DoS attack by
6
6
finding derivation path that results into very long computation [ #14 ]
7
7
* Add stark-specific derivation: secure and efficient derivation for stark curve [ #14 ]
8
+ * Use ` Error ` trait from ` core ` instead of ` std ` [ #15 ]
9
+ * BREAKING: remove ` std ` feature as the lib is fully no_std now
8
10
9
11
[ #14 ] : https://github.com/LFDT-Lockness/hd-wallet/pull/14
12
+ [ #15 ] : https://github.com/LFDT-Lockness/hd-wallet/pull/15
10
13
11
14
## v0.5.1
12
15
* Update docs and repo link [ #11 ]
You can’t perform that action at this time.
0 commit comments