[][src]Function crc::crc64::make_table

pub fn make_table(poly: u64, reflect: bool) -> [u64; 256]

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