Fields

a: u64,
b: u64,
state: [3]u64,
total_len: usize,
buf: [48]u8,
buf_len: usize,

Functions

fn final(self: *Wyhash) u64

No documentation provided.

fn hash(seed: u64, input: []const u8) u64

No documentation provided.

fn init(seed: u64) Wyhash

No documentation provided.

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

No documentation provided.