Construct an MD5 digest from the specified data.
Declared in <bdlde_md5.h>
Md5(
void const* data,
int length);
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.
| Name | Description |
|---|---|
| data | memory region to digest |
| length | number of bytes in data |