Package com.scurrilous.circe.crc

Provides various implementations of cyclic redundancy check (CRC) error-detecting codes. CRC values are based on the remainder of a polynomial division of the input data. They are particularly well-suited to detecting burst errors in data sent over telecommunications channels or retrieved from storage media.