Values.ChecksumSourceA checksum structure used to verify data integrity.
type nonrec t = {encryptionAlgorithm : EncryptionAlgorithm.t option;The encryption algorithm used to generate the checksum.
*)hash : Hash.t option;The hash value of the checksum.
*)}