Section navigation

Public enum 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 = 1

CRC-32/ISO-HDLC stored in the low 32 bits of the footer checksum.

None = 0

No checksum. This requires a documented descriptor-level opt-out.

XxHash32 = 2

xxHash32 stored in the low 32 bits of the footer checksum.

XxHash64 = 3

xxHash64.