base58check 2.0.0 copy "base58check: ^2.0.0" to clipboard
base58check: ^2.0.0 copied to clipboard

Base58Check encoding using dart:convert interface

Changelog #

2.0.0 #

  • Migrate to null safety.

1.0.1 #

Support Dart v2.

1.0.0 #

  • Simplified interface to remove external SHA-256 requirement
  • Created Base58CheckCodec.bitcoin() constructor
  • Made Base58CheckCodec store instances of the encoder and decoder for performance improvement

0.1.1 #

  • Updated to new collection and crypto interfaces

0.1.0 #

  • Initial version
2
likes
110
pub points
85%
popularity

Publisher

unverified uploader

Base58Check encoding using dart:convert interface

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, crypto

More

Packages that depend on base58check