Type Alias RepoHash

Source
pub type RepoHash = Digest;
Expand description

RepoHash is the BLAKE3 Digest over the RepoId

Aliased Type§

pub enum RepoHash {
    Blake3Digest32([u8; 32]),
}

Variants§

§

Blake3Digest32([u8; 32])

Trait Implementations§

Source§

impl From<PubKey> for RepoHash

Source§

fn from(id: RepoId) -> Self

Converts to this type from the input type.