std.digest.md

  • Computes MD5 hashes of arbitrary data. MD5 hashes are 16 byte quantities that are like a
  • checksum or CRC, but are more robust. *

Category Functions
Template API MD5 

OOP API MD5Digest 
Helpers md5Of 

  • 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.

    License

  • CTFE:
  • Digests do not work in CTFE

    Authors

    Piotr Szturmaj, Kai Nacke, Johannes Pfau
  • The routines and algorithms are derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.
  • References:
  • Wikipedia on MD5
  • Source: std/digest/md.d