[#BloombergLP-bdlde-Md5-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Md5.adoc[Md5]::Md5 :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlde_md5.h>` Construct an MD5 digest having the value corresponding to no data having been provided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlde/Md5/2constructor-01.adoc[Md5](); ---- [.small]#xref:BloombergLP/bdlde/Md5/2constructor-01.adoc[_» more..._]# Construct an MD5 digest having the value of the specified `original` digest. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlde/Md5/2constructor-0e.adoc[Md5](xref:BloombergLP/bdlde/Md5.adoc[Md5] const& original); ---- [.small]#xref:BloombergLP/bdlde/Md5/2constructor-0e.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlde/Md5/2constructor-0b.adoc[Md5]( void const* data, int length); ---- [.small]#xref:BloombergLP/bdlde/Md5/2constructor-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#