Skip to content

Commit

Permalink
Merge pull request #240 from 0xcregis/239-feat-bip32-derivation-suppo…
Browse files Browse the repository at this point in the history
…rt-for-ed25519-keypairs

feat: bip32 derivation support for ed25519 keypairs
  • Loading branch information
shuimuliang authored Jun 21, 2024
2 parents 19f87ec + 05bfc0f commit 334fcf5
Show file tree
Hide file tree
Showing 11 changed files with 236 additions and 114 deletions.
147 changes: 113 additions & 34 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ blake2b_simd = "1.0.0"
bech32 = "0.9.0"
hex = "0.4.2"
libsecp256k1 = "0.7.1"
ed25519-dalek = "1.0.1"
curve25519-dalek = { version = "4.1.3", features = ["group"] }
bls-signatures = "0.14.0"
base58 = { version = "0.2" }
rand = { version = "0.8.5" }
Expand Down
Loading

0 comments on commit 334fcf5

Please sign in to comment.