Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed
- (No changes in current release)

### [mina-bip32](./bip32)

#### Added
- Initial release of mina-bip32 crate for BIP32 hierarchical deterministic key derivation
- Master key derivation using HMAC-SHA512 with "Bitcoin seed"
- Child key derivation with secp256k1 curve order (matching Ledger hardware wallets)
- Mina BIP44 path derivation: m/44'/12586'/account'/0/0
- Bit masking for valid Pallas scalar field elements

### [mina-signer](./signer)

#### Changed
- (No changes in current release)
#### Added
- Add ledger-test-vectors tool for generating JSON test vectors for Mina Ledger hardware wallet validation

### [mvpoly](./mvpoly)

Expand Down
Loading
Loading