pub type ClientId = PubKey;
Client ID: client of a user
pub enum ClientId { Ed25519PubKey([u8; 32]), X25519PubKey([u8; 32]), }