accumulator: Accumulator,
seed: u64,
buf: [32]u8,
buf_len: usize,
byte_count: usize,
fn final(self: *XxHash64) u64
No documentation provided.
fn hash(seed: u64, input: anytype) u64
fn init(seed: u64) XxHash64
fn update(self: *XxHash64, input: anytype) void