pub type DirectPeerId = PubKey;
pub enum DirectPeerId { Ed25519PubKey([u8; 32]), X25519PubKey([u8; 32]), }