Skip to main content

Module escrow

Module escrow 

Source
Expand description

Threshold key escrow.

Structs§

EscrowBlob
An escrowed key (or any secret) — encrypted to a threshold KEM public key.
EscrowMetadata
Metadata about an escrowed key.
EscrowService
The escrow service.
QuorumPublicKey
Quorum public key (recipient of escrowed data).

Enums§

EscrowError
Errors during escrow operations.

Traits§

Aead
AEAD hook — caller provides concrete AEAD implementation.
Encapsulator
Encapsulator hook — caller provides concrete threshold KEM implementation.