Skip to content

Commit

Permalink
Add new slip10 derivation module
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Sep 6, 2021
1 parent df43e2d commit b26a433
Show file tree
Hide file tree
Showing 2 changed files with 592 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ecdsa_fun = { version = "0.6", default-features = false, features = ["all"], opt
sha2 = { version = "0.9", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
bincode = { version = "1.3.3", optional = true }
curve25519-dalek = "3"

# blockchain specific
bitcoin = "0.26"
Expand Down
Loading

0 comments on commit b26a433

Please sign in to comment.