const Crc32CdRomEdc = Crc(u32, .{ .polynomial = 2147581979, .initial = 0, .reflect_input = true, .reflect_output = true, .xor_output = 0 });