What’s Changed
- Add shared Standard SeedQR decoding for 12-word BIP39 mnemonics, including payload-length, word-index, and mnemonic-checksum validation.
- Add shared Compact SeedQR decoding from 128-bit entropy.
- Expose both decoders through the generated Swift and Kotlin bindings so iOS and Android can share the same validation logic.
- Add regression coverage for valid Standard and Compact SeedQR payloads and malformed inputs.
Full Changelog: v0.5.17...v0.5.18