Fields

accumulator: Accumulator,
seed: u32,
buf: [16]u8,
buf_len: usize,
byte_count: usize,

Functions

fn final(self: *XxHash32) u32

No documentation provided.

fn hash(seed: u32, input: anytype) u32

No documentation provided.

fn init(seed: u32) XxHash32

No documentation provided.

fn update(self: *XxHash32, input: []const u8) void

No documentation provided.