pub type RepoWriteCapSecret = SymKey;
Write capability secret (for a whole repo)
pub enum RepoWriteCapSecret { ChaCha20Key([u8; 32]), }