A stand-alone module for calculating checksums in a generic way.
Is the provided string a checksum?
Return the :ctime of a file.
Alias for mtime_stream
Calculate a checksum using Digest::MD5.
Calculate a checksum of a file‘s content using Digest::MD5.
Calculate a checksum of the first 500 chars of the content using Digest::MD5.
Calculate a checksum of the first 500 chars of a file‘s content using Digest::MD5.
Alias for md5_stream
Return the :mtime timestamp of a file.
by definition this doesn‘t exist but we still need to execute the block given
Return a "no checksum"
Calculate a checksum using Digest::SHA1.
Calculate a checksum of a file‘s content using Digest::SHA1.
Calculate a checksum of the first 500 chars of the content using Digest::SHA1.
Calculate a checksum of the first 500 chars of a file‘s content using Digest::SHA1.
Alias for sha1_stream
Strip the checksum type from an existing checksum
[Validate]