cryptocoinjs / hdkey

JavaScript component for Bitcoin hierarchical deterministic keys (BIP32)
MIT License
201 stars 74 forks source link

Refactor to simpler JS #55

Open coolaj86 opened 1 year ago

coolaj86 commented 1 year ago

This is in preparation for a larger refactor to update to modern, cross-platform async WebCrypto, Uint8Array, nobleSecp256k1, etc.

I actually meant to PR this onto my own fork, but... I think it could serve well here too for a v3.

The individual commits are very atomic as to be easy to read and reason about.