pub trait BlobIdExt { // Required method fn compute(data: &[u8]) -> BlobId; }
Adds method to BlobId to compute the it from blob data.
BlobId
Computes the BlobId from by hashing the given data.