Module keymanager

Source
Expand description

Keymanager interface.

Structs§

KeyManagerClientWithContext
Convenience wrapper around an existing KeyManagerClient instance which uses a default io context for all calls.
KeyPair
A key pair managed by the key manager.
KeyPairId
A 256-bit key pair identifier.
SignedPublicKey
Signed public key.
StateKey
A state encryption key.
TrustedSigners
Set of trusted key manager signing keys.

Enums§

KeyManagerError
Key manager error.

Constants§

KEY_PAIR_ID_CONTEXT
Key pair ID domain separation context.

Traits§

KeyManager
Key manager interface.

Functions§

get_key_pair_id
Derive a KeyPairId for use with the key manager functions.