Type Crc8Rohc [src]

Source

pub const Crc8Rohc = Crc(u8, .{ .polynomial = 0x07, .initial = 0xff, .reflect_input = true, .reflect_output = true, .xor_output = 0x00, })