

Crc32
- Namespace
- Rowles.LeanLucene.Util
- Assembly
- Rowles.LeanLucene.dll
IEEE 802.3 CRC-32 (polynomial 0xEDB88320). Used to detect torn commit-file writes.
internal static class Crc32
Crc32
Methods
Compute(ReadOnlySpan<byte>)
Computes the CRC-32 of
data.
Compute(string)
Computes the CRC-32 of
textusing UTF-8.