Digest.MD5
SourceMD5
is the MD5 hash function. It produces 128-bit (16-byte) digests and is not cryptographically secure at all. It should be used only for compatibility with earlier designs that mandate the use of MD5.
The type of digests.
The length of digests, in bytes.
Compare two digests, with the same specification as Stdlib.compare
.
substring s ofs len
returns the digest of the substring of s
starting at index ofs
and containing len
characters.
subbytes s ofs len
returns the digest of the subsequence of s
starting at index ofs
and containing len
bytes.
Read characters from the channel and return their digest. See Digest.channel
for the full specification.
Write a digest on the given output channel.
Read a digest from the given input channel.