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