pub fn pack_key(pack_bytes: &[u8]) -> HashExpand 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.