Commit 7fa4b96
feat(wasm): add Rust BIP32 implementation
Add WebAssembly BIP32 implementation with ECPair functionality for:
- Hierarchical Deterministic key derivation (BIP32)
- Compressed public key management
- Bitcoin message signing and verification (BIP137)
- ECDSA signing and verification
The implementation provides a minimal, secure foundation for wallet operations.
Issue: BTC-2915
Co-authored-by: llm-git <llm-git@ttll.de>1 parent 0c79108 commit 7fa4b96
20 files changed
Lines changed: 3010 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments