Skip to main content

pack_key

Function pack_key 

Source
pub fn pack_key(pack_bytes: &[u8]) -> Hash
Expand description

Compute the on-disk pack key: BLAKE3 of the entire packfile bytes (including the trailer). SPEC-PACKFILE §7. Returns the bare digest; callers prepend packs/ and lower-hex-encode for the storage path.