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§
- Client
Public Key - A registered client public key bound to an actor.
Enums§
- Actor
Kind - The kind of actor a registered client key belongs to.
Constants§
- PUBLIC_
KEY_ LEN - Required length, in bytes, of an X25519 / Curve25519 public key.