Implementation of the MD5 (Message Digest) cryptographic hash. In new applications SHA-2 should be preferred.
Returns the md5 checksum ofsrc
as a lowercase hex-string.
src
can be any of a string (interpreted as utf8), a
bytevector, or a binary input port.