CodecFileChecksumAlgorithm
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Checksum algorithms supported by the canonical codec-file frame.
public enum CodecFileChecksumAlgorithm : byte
Fields
Crc32 = 1CRC-32/ISO-HDLC stored in the low 32 bits of the footer checksum.
None = 0No checksum. This requires a documented descriptor-level opt-out.
XxHash32 = 2xxHash32 stored in the low 32 bits of the footer checksum.
XxHash64 = 3xxHash64.