Constructors
Synopses
Declared in <bdlde_md5.h>
Construct an MD5 digest having the value corresponding to no data having been provided.
Md5();
Construct an MD5 digest having the value of the specified original digest.
Construct an MD5 digest from the specified data.
Md5(
void const* data,
int length);
Parameters
Name |
Description |
original |
MD5 digest to copy |
data |
memory region to digest |
length |
number of bytes in |
Created with MrDocs