kpid property

String get kpid

This key package's addressing id (KeyPackage.kpid) — the SHA-256 prefix of the X-Wing public key. Throws StateError until register completes.

Implementation

String get kpid => PackageKey.computeKid(base64Encode(xWingPublicKey));