File.checksum_

Optional hash code for validating file integrity. Currently must be in the form "sha1$ + hexadecimal string" using the SHA-1 algorithm.

class File
Either!(None, string) checksum_;

Meta