Constructors
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...
| Name | Description |
|---|---|
| original | MD5 digest to copy |
| data | memory region to digest |
| length | number of bytes in data |