·
104 commits
to master
since this release
0.44.0 (2025-01-17)
⚠ BREAKING CHANGES
- The package now exports an async
ready
function that must be called before any of crypto related functions can be called
- Bip32PrivateKe async functions are all now sync
- Bip32PublicKey class async functions are all now sync
- Ed25519PrivateKey class async functions are all now sync
- Ed25519PublicKey class async functions are all now sync
- Bip32Ed25519 interface async functions are all now sync
- SodiumBip32Ed25519 cosntructor is now private
- SodiumBip32Ed25519 now has a new async factory method create
Features
- remove async from crypto API (91b7fa2)