[#BloombergLP-bdlde-Crc32c-calculate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Crc32c.adoc[Crc32c]::calculate :relfileprefix: ../../../ :mrdocs: Return the CRC32‐C value calculated for the specified `data` over the specified `length` number of bytes, using the optionally specified `crc` value as the starting point for the calculation. Note that if `data` is 0, then `length` also must be 0. == Synopsis Declared in `<bdlde_crc32c.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned int calculate( void const* data, std::size_t length, unsigned int crc = k_NULL_CRC32C); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#