Commit 93b977c
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 93b977c
File tree
20 files changed
+3013
-0
lines changed- packages/wasm-bip32
- js
- src
- test
20 files changed
+3013
-0
lines changedSome 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