This is a convenience alias for std.digest.digest using the MD5 implementation.
ubyte[16] hash = md5Of("abc"); assert(hash == digest!MD5("abc"));
See Implementation
This is a convenience alias for std.digest.digest using the MD5 implementation.