Fields

accumulator: Accumulator,
seed: u64,
buf: [32]u8,
buf_len: usize,
byte_count: usize,

Functions

fn final(self: *XxHash64) u64

No documentation provided.

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

No documentation provided.

fn init(seed: u64) XxHash64

No documentation provided.

fn update(self: *XxHash64, input: anytype) void

No documentation provided.