a: u64,
b: u64,
state: [3]u64,
total_len: usize,
buf: [48]u8,
buf_len: usize,
fn final(self: *Wyhash) u64
No documentation provided.
fn hash(seed: u64, input: []const u8) u64
fn init(seed: u64) Wyhash
fn update(self: *Wyhash, input: []const u8) void