Method: Cosmos::Crc#table

Defined in:
lib/cosmos/utilities/crc.rb

#tableString (readonly)

Returns Binary lookup table used to perform the calculation.

Returns:

  • (String)

    Binary lookup table used to perform the calculation



54
55
56
# File 'lib/cosmos/utilities/crc.rb', line 54

def table
  @table
end