Get digest string of given data. Short-hand for std.digest.md5Of (and similar) and toHexString. Similar to the old std.md5.getDigestString.
assert(getDigestString!MD5("abc") == "900150983CD24FB0D6963F7D28E17F72");
See Implementation
Get digest string of given data. Short-hand for std.digest.md5Of (and similar) and toHexString. Similar to the old std.md5.getDigestString.