Calculates the CRC across the data buffer using the optional seed. Implemented in C for speed.
Parameters:
String buffer of binary data to calculate a CRC on
Seed value to start the calculation. Pass nil to use the default seed set in the constructor.
Returns:
The CRC value
# File 'lib/cosmos/utilities/crc.rb', line 98