[#BloombergLP-bdlde-Md5-2constructor-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Md5.adoc[Md5]::Md5 :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Md5( void const* data, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#