slip_0010_ed25519 3.2.0
slip_0010_ed25519: ^3.2.0 copied to clipboard
BIP-0032 like derivation for ed25519 curve following SLIP-0010
Changelog #
3.2.0 - 2023-05-18 #
- updated dependencies
- updated dart sdk to >3.0.0
3.1.0 - 2023-03-06 #
- renamed github repo to https://github.com/Eucalyptus-Labs/slip_0010_ed25519
- published to pub.dev
3.0.0 - 2022-12-12 #
- Removed Async and Future
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