OOP API MD5 implementation. See std.digest for differences between template and OOP API.
This is a convenience alias for std.digest.digest using the MD5 implementation.
Template API MD5 implementation. See std.digest for differences between template and OOP API.
Computes MD5 hashes of arbitrary data. MD5 hashes are 16 byte quantities that are like a checksum or CRC, but are more robust.
This module conforms to the APIs defined in std.digest. To understand the differences between the template and the OOP API, see std.digest.
This module publicly imports std.digest and can be used as a stand-alone module.