bip32 1.0.6 bip32: ^1.0.6 copied to clipboard
A BIP32 (https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) compatible library for Flutter writing by Dart.
1.0.0 #
- Initial version, created by anicdh
1.0.1 #
- Format code & add description
1.0.2 #
- Change version bs58check
1.0.3 #
- Change generate BIP32 from function to factory
1.0.4 #
- Fix error message when generate BIP32 from private key
- Fix argument of wif decode function
1.0.5 #
- Fix wif decodeRaw function
1.0.6 #
- Fix derive bug