Creates an instance of the CRC (Cyclic Redundancy Check) class.
The name of the CRC algorithm.
The width of the CRC in bits.
The polynomial used for the CRC calculation.
The initial value for the CRC calculation.
The value to XOR with the final CRC value.
Whether the input bytes should be reflected.
Whether the result should be reflected.
Static
defaultsReturns a list of default CRC configurations.
The list includes various CRC algorithms with their respective parameters:
An array of CRC configurations.