Skip to main content

Module client_keys

Module client_keys 

Source
Expand description

Client public key data shapes for sealed-box recipient registration.

Lifted into zlayer-types so cross-crate consumers can name these without depending on zlayer-secrets. The persistent store and the ClientKeyStore trait stay in zlayer-secrets and consume these from here.

Structs§

ClientPublicKey
A registered client public key bound to an actor.

Enums§

ActorKind
The kind of actor a registered client key belongs to.

Constants§

PUBLIC_KEY_LEN
Required length, in bytes, of an X25519 / Curve25519 public key.