Skip to main content

cid_bytes_to_blake3

Function cid_bytes_to_blake3 

Source
pub fn cid_bytes_to_blake3(cid: &[u8]) -> Option<[u8; 32]>
Expand description

Extract BLAKE3 digest from CID bytes. Returns None if prefix/length mismatch.