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