Fields

adler: u32,

Functions

fn final(self: *Adler32) u32

No documentation provided.

fn hash(input: []const u8) u32

No documentation provided.

fn init() Adler32

No documentation provided.

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

No documentation provided.