ed25519_hd_key 2.3.0
ed25519_hd_key: ^2.3.0 copied to clipboard
BIP-0032 like derivation for ed25519 curve
Changelog #
2.3.0 - 2024-09-03 #
- Update required
sdk
and package dependencies
2.2.1 - 2022-08-18 #
- Update dependencies
2.2.0 - 2021-09-16 #
- Web support
2.1.0 - 2021-05-06 #
- Added master secret as optional parameter
2.0.0 - 2021-03-27 #
- migrate to null safety
1.1.0 - 2021-02-14 #
- fix typo into getPublicKey method
- get rid of hex library. all public methods now accepts only Uint8List data
- migrate to cryptography library
1.0.1 - 2019-01-24 #
- add CHANGELOG
- add example
1.0.0 - 2019-01-24 #
- initial version