Type Alias ReadCapSecret

Source
pub type ReadCapSecret = ObjectKey;
Expand description

Read capability secret (for a commit, branch, whole repo, or store)

it is already included in the ReadCap (it is the key part of the reference)

Aliased Type§

pub enum ReadCapSecret {
    ChaCha20Key([u8; 32]),
}

Variants§

§

ChaCha20Key([u8; 32])