Skip to main content

Crate ghostkey_common

Crate ghostkey_common 

Source

Structs§

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.

Enums§

GhostkeyRequest
Requests from UI or other delegates to the ghostkey delegate.
GhostkeyResponse
Responses from the ghostkey delegate.
GhostkeyScope
What an authorised caller is allowed to do with a ghostkey.
SignatureRequestor
Who requested a ghostkey operation. Runtime-attested, can’t be spoofed.

Functions§

from_cbor
Deserialize a value from CBOR bytes.
to_cbor
Serialize a value to CBOR bytes.