attested_secure_keys_platform_interface 0.1.0
attested_secure_keys_platform_interface: ^0.1.0 copied to clipboard
Common platform interface and normalized model for the attested_secure_keys plugin (hardware-backed, attestable EC P-256 keys).
Changelog #
0.1.0 #
First stable release; the platform-interface contract and normalized model are
stable for the 0.1.x line. No functional changes since 0.1.0-dev.2.
0.1.0-dev.2 #
- Pigeon Kotlin output package renamed to
io.github.exilonx.attested_secure_keys. - Kept the
metaconstraint at^1.17.0(the Flutter SDK pins it; a^1.18.0floor brokeflutter pub get).
0.1.0-dev.1 #
First prerelease.
AttestedSecureKeysPlatformcontract (extendsPlatformInterface).- Normalized model: enums,
HwKey,Es256Signature,KeyAttestation,HwKeyInfo,DeviceKeyCapabilities,Jwk(RFC 7517 / 7638 / 9052), option and error types. - Typed Pigeon channel and default
PigeonAttestedSecureKeysimplementation.