Method: CRC#to_str

Defined in:
lib/crc.rb

#to_strObject



234
235
236
# File 'lib/crc.rb', line 234

def hexdigest
  Aux.hexdigest(crc, get_crc_model.bitsize)
end