Implements the CRC1 algorithm.
Constructors
new(crc : UINT = self.class.init_crc)
Initializes the CRC instance.
SourceInstance methods
digest_size
The size of the resulting CRC checksum.
Sourceupdate_impl(data :
Bytes) :
Nil Updates the CRC1 checksum.
Source