v12.0.1
Contributed:
- Add Cere genesisHash (Thanks to https://github.com/shamilkhan)
Changes:
- Swap secp256k1 functionality to
@noble/curves
- Swap ed25519 functionality to
@noble/curves
- Replace
tweetnacl
secretbox usage with slimmer local version - Adjust
isCodec
helper with closer API alignment - Initial steps to multi-language bip39 support
- Use Node webcrypto for Node
getRandomValues
support - Upgrade dependencies to latest stable versions
- Drop support for Node 14 (EOL 30 Apr 2023)