kanari_crypto 0.2.2
kanari_crypto: ^0.2.2 copied to clipboard
A Flutter package for Kanari's cryptographic functionalities.
0.2.2 #
- Added:
deriveMultipleAddressesApifor HD Wallet address generation using path templates. - Added:
deriveKeypairFromPathApifor deriving a single keypair from a specific derivation path. - Feature: Support for BIP44-style derivation paths (e.g.,
m/44'/637'/0'/0/{index}). - Improvement: Updated internal Rust FFI to support new HD wallet functionalities.
0.2.1 #
- API Change: Removed
passwordparameter fromderiveKeypairFromMnemonicto align with the core Rust implementation. - Infrastructure: Updated to Flutter Rust Bridge (FRB) v2 with new module-based code generation.
- Documentation: Added
CODEGEN_GUIDE.mdfor FRB v2 generation instructions.
0.2.0 #
- Release: bump version to 0.2.0 for publication (no API changes).
0.1.4 #
- Release: updated README, added publish metadata placeholders, and improved package documentation for Flutter integration.
0.1.5 #
- Release: bump version to 0.1.5 for publication (no API changes).