An instance of an ECC library implementing the secp256k1 curve must now be initialized within xpub-lib
before generating taproot addresses. This allows consumers of the library to specify which implementation they wish to use, increasing compatibility.
What's Changed
- remove tiny-secp256k1 from xpub-lib dependencies, add initEccLib function, require for taproot by @turkycat in #67
Full Changelog: v0.2.0...v0.3.0