- Deprecation notice. This package has been renamed to
nanodart
. It is available here
- Add some validation methods to NanoMnemonics
- Add NanoCrypt class which encrypts/decrypts a seed using a basic pbkdf2 derivator and AES
- Added NanoMnemomics class for turning a seed/private key into a 24-word list and back. Check tests for usage.
IMPORTANT
- An important fix was added to public key derivation. Keys were being generated incorrectly on compiled code, on 32-bit platforms after the Dart 2.3/Flutter 1.5 update.
- Fix some Unit tests
BREAKING Switch from xrb_ to nano_ prefix
- Add license
- Switch to official pointycastle releases
- Switch to xrb_ prefixes, some popular nano apps still don't support nano_ ones
- Format everything and fix all of the flutter package warnings and suggestions
- Initial Release