Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Nov 25, 2024
1 parent 36a4130 commit 158b65c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hd-wallet crate changelog

## v0.6.0
* 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]

[#14]: https://github.com/LFDT-Lockness/hd-wallet/pull/14

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hd-wallet"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "HD wallets derivation"
Expand Down

0 comments on commit 158b65c

Please sign in to comment.