adler: u32,
fn final(self: *Adler32) u32
No documentation provided.
fn hash(input: []const u8) u32
fn init() Adler32
fn update(self: *Adler32, input: []const u8) void