pub type RepoHash = Digest;
RepoHash is the BLAKE3 Digest over the RepoId
pub enum RepoHash { Blake3Digest32([u8; 32]), }