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