fn Crc32SmallWithPoly(comptime poly: Polynomial) type
poly: Polynomial,
crc: u32,
fn final(self: *Self) u32
No documentation provided.
fn hash(input: []const u8) u32
fn init() Self
fn update(self: *Self, input: []const u8) void