Skip to content

Commit 490fb28

Browse files
authored
Merge pull request #17 from LFDT-Lockness/add-aliases
Add aliases for stark
2 parents 8c89c5a + 563872f commit 490fb28

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# hd-wallet crate changelog
22

3+
## v0.6.1
4+
* Add aliases for stark derivation in `hd_wallet::stark` module [#17]
5+
6+
[#17]: https://github.com/LFDT-Lockness/hd-wallet/pull/17
7+
38
## v0.6.0
49
* BREAKING: Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient
510
when instantiated with certain curves, and may also enable attacker to perform DoS attack by

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hd-wallet"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "HD wallets derivation"

src/stark.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,5 @@ fn split(
130130
) {
131131
generic_array::sequence::Split::split(i)
132132
}
133+
134+
super::create_aliases!(Stark, stark, hd_wallet::curves::Stark);

0 commit comments

Comments
 (0)