Compute the CRC32C value of the provided string.

Synopsis

Declared in <absl/crc/crc32c.h>

crc32c_t
ComputeCrc32c(std::string_view buf);

Return Value

The CRC32C value of buf.

Parameters

Name

Description

buf

The bytes to compute the checksum over.

Created with MrDocs