Skip to content

Commit 036ea52

Browse files
committed
Update changelog
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent ba9ebaf commit 036ea52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# hd-wallet crate changelog
22

33
## 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
55
when instantiated with certain curves, and may also enable attacker to perform DoS attack by
66
finding derivation path that results into very long computation [#14]
77
* 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
810

911
[#14]: https://github.com/LFDT-Lockness/hd-wallet/pull/14
12+
[#15]: https://github.com/LFDT-Lockness/hd-wallet/pull/15
1013

1114
## v0.5.1
1215
* Update docs and repo link [#11]

0 commit comments

Comments
 (0)