Documentation
¶
Overview ¶
Package xxh32 is a pure-Go (no CGo) implementation of the XXH32 hash, used by Loro's Fast format for the header checksum and every KV/SSTable block and meta checksum. Loro's seed is 0x4F524F4C (little-endian bytes of "LORO").
Index ¶
Constants ¶
View Source
const Seed uint32 = 0x4F524F4C
Seed is the constant seed Loro uses everywhere: u32::from_le_bytes(*b"LORO").
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.