pub const fn make_table(poly: u16, reflect: bool) -> [u16; 256]
Expand description

Builds a CRC16 table using the standard or reflected method. If reflect==true, flip the individual byte bitwise, then flip the table value bitwise.