absl::ComputeCrc32c

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

NameDescription
bufThe bytes to compute the checksum over.