Skip to content

Commit

Permalink
Merge pull request #158 from Electric-Coin-Company/zip32-arbitrary-keys
Browse files Browse the repository at this point in the history
Add ZIP 32 Arbitrary Key derivation
  • Loading branch information
nuttycom authored Nov 13, 2024
2 parents e52857c + 54911ef commit 02bea62
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 434 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- `zcashlc_derive_arbitrary_wallet_key`
- `zcashlc_derive_arbitrary_account_key`

## 0.10.2 - 2024-10-22

### Changed
Expand Down
10 changes: 6 additions & 4 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ zcash_client_backend = { version = "0.14", features = ["orchard", "tor", "transp
zcash_client_sqlite = { version = "0.12.1", features = ["orchard", "transparent-inputs", "unstable"] }
zcash_primitives = "0.19"
zcash_proofs = "0.19"
zip32 = "0.1.2"

# Infrastructure
prost = "0.13"
Expand Down
Loading

0 comments on commit 02bea62

Please sign in to comment.