Skip to main contentCrate ghostkey_common
Source - ExportedGhostKey
- A ghostkey exported for backup (includes private signing key).
- GhostKeyInfo
- Summary info about a stored ghostkey.
- ScopedPayload
- What the ghostkey delegate actually signs. The raw payload is never signed
alone – always wrapped with the attested caller identity.
- GhostkeyRequest
- Requests from UI or other delegates to the ghostkey delegate.
- GhostkeyResponse
- Responses from the ghostkey delegate.
- SignatureRequestor
- Who requested a ghostkey operation. Runtime-attested, can’t be spoofed.
- from_cbor
- Deserialize a value from CBOR bytes.
- to_cbor
- Serialize a value to CBOR bytes.