Skip to content

Commit

Permalink
Add support of different derivation methods
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Sep 19, 2024
1 parent 563d5f1 commit df5249b
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 318 deletions.
139 changes: 70 additions & 69 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "slip-10"
version = "0.4.0"
name = "hd-wallet"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLIP10 implementation in Rust"
description = "HD deteministic wallets derivation, supports BIP32, SLIP10, and other standards"
repository = "https://github.com/dfns/slip-10"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit df5249b

Please sign in to comment.