pub const @"CRC-32/KOOPMAN" = Generic(u32, .
pub const @"CRC-32/KOOPMAN" = Generic(u32, .{ .polynomial = 0x741b8cd7, .initial = 0xffffffff, .reflect_input = true, .reflect_output = true, .xor_output = 0xffffffff, })