One or more cryptographic hash codes of the file contents

interface Hashes {
    md5?: string;
    sha1?: string;
    sha256?: string;
}

Properties

Properties

md5?: string

MD5 hash as defined in [RFC1321]

sha1?: string

SHA1 hash as defined in [RFC6234]

sha256?: string

SHA256 hash as defined in [RFC6234]