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