Construct an MD5 digest corresponding to the specified data having the specified length (in bytes). The behavior is undefined unless 0 <= length. Note that if data is 0, then length also must be 0.

Synopsis

Declared in <bdlde_md5.h>

Md5(
    void const* data,
    int length);

Created with MrDocs