Expand description
Threshold key escrow.
Structs§
- Escrow
Blob - An escrowed key (or any secret) — encrypted to a threshold KEM public key.
- Escrow
Metadata - Metadata about an escrowed key.
- Escrow
Service - The escrow service.
- Quorum
Public Key - Quorum public key (recipient of escrowed data).
Enums§
- Escrow
Error - Errors during escrow operations.
Traits§
- Aead
- AEAD hook — caller provides concrete AEAD implementation.
- Encapsulator
- Encapsulator hook — caller provides concrete threshold KEM implementation.