pub type FileDigestSha512 = FileDigest<HASH_LEN_SHA512>;Expand description
A FileDigest set to the HASH_LEN of SHA512, 64 bytes.
Aliased Type§
pub struct FileDigestSha512 {
pub digest: Digest<64>,
pub size: usize,
pub path: String,
}Fields§
§digest: Digest<64>Hash digest of a File contained in this upload. The specific length of the digest is dicated by the hash algorithm.
size: usizeFile size, in bytes, of the File contained in this upload.
path: StringPath of the file relative to the control file, usually a buildinfo or changes.