BloombergLP::bdlde::Md5::Md5

Constructors

Synopses

Declared in <bdlde_md5.h>

Construct an MD5 digest having the value corresponding to no data having been provided.

Md5();
» more...

Construct an MD5 digest having the value of the specified original digest.

Md5(Md5 const& original);
» more...

Construct an MD5 digest from the specified data.

Md5(
    void const* data,
    int length);
» more...

Parameters

NameDescription
originalMD5 digest to copy
datamemory region to digest
lengthnumber of bytes in data