bip85 3.0.0
bip85: ^3.0.0 copied to clipboard
Bindings for the rust library bip85_extended. We recommend you to use the package bip85_entropy instead of this package.
3.0.0 #
- Recommend
bip85_entropywhich is compatible with all platforms (dart native) and is more developers friendly instead of this bindings from rust packagebip85_extended - feat:
toMnemonicIngenerates the mnemonic for all the languages available in bip39 spec - BREAKING CHANGE:
toMnemonicreturn the words of the mnemonic as aList<String>instead of aStringthis change is justified by the fact that therust-bip39dependency does not use ideographic spaces instead of ASCII space for japanese mnemonic as expected in the specification/test vectors. - ci: integration test in dart
- refactor: set
fvmin the repo with flutter3.35.0
2.0.0 #
- Upgrade: flutter_rust_bridge 2.9.0
1.0.3 #
- Improve precompiled binaries
- Bindings for PWD64 and PWD85
- Update docs
1.0.1 #
- Downgrade Flutter_Rust_Bridge version to ^2.0.0 to avoid incompatibility issues with other packages
1.0.2 #
- Publish bip85-extended to crates.io to avoid import issues
- Update readme
1.0.0 #
- Initial version