pub fn calculate_digest(delivery_blob: &[u8]) -> Result<Hash, DecompressError>
Expand description
Calculate the merkle root digest of the decompressed delivery_blob
, delivery blob type is auto
detected.
pub fn calculate_digest(delivery_blob: &[u8]) -> Result<Hash, DecompressError>
Calculate the merkle root digest of the decompressed delivery_blob
, delivery blob type is auto
detected.