slip39 0.2.1 copy "slip39: ^0.2.1" to clipboard
slip39: ^0.2.1 copied to clipboard

The dart implementation of the SLIP39 for Shamir's Secret-Sharing for Mnemonic Codes.

v0.1.0

  • Initial release

v0.1.1

  • Made it Dart 2 compatible

v0.1.2

  • Changed SDK constraint in pubspec.yaml to allow Dart 2.0.0 release

v0.1.3

  • Updated formatting

v0.1.4

  • Added unittests, fixed minor issues, cleaned code

v0.1.5-dev.1

  • Changed versioning format.

v0.1.5

  • Added JSON representaion of the shares.
  • Added more unittests.
  • Added dart analyzer option file.

v0.1.6-dev.1

  • Removed redundant code.

v0.1.6-dev.2

  • Added validateMnemonic

v0.1.6-dev.3

v0.1.6-dev.4

v0.2.0

  • Migrated to null-safety.
  • Use an own decodeBigInt and encodeBigInt as the pointycastle's started handling negative BigInts which is not implemented in SLIP-0039.

v0.2.1

  • Removed pointycastle and HEX package dependencies.
0
likes
110
pub points
45%
popularity

Publisher

unverified uploader

The dart implementation of the SLIP39 for Shamir's Secret-Sharing for Mnemonic Codes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

pinenacl, test

More

Packages that depend on slip39