Skip to main content

MessageDigest

Type Alias MessageDigest 

Source
pub type MessageDigest = Digest;

Aliased Type§

pub struct MessageDigest {
    pub hash: String,
    pub size_bytes: i64,
}

Fields§

§hash: String

The hash, represented as a lowercase hexadecimal string, padded with leading zeroes up to the hash function length.

§size_bytes: i64

The size of the blob, in bytes.