[#BloombergLP-bdlde-Crc32-2constructor-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Crc32.adoc[Crc32]::Crc32 :relfileprefix: ../../../ :mrdocs: Construct a checksum corresponding to the specified `data` having the specified `length` (in bytes). Note that if `data` is 0, then `length` also must be 0. == Synopsis Declared in `<bdlde_crc32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Crc32( void const* data, std::size_t length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#