Method: CRC#to_s

Defined in:
lib/crc.rb

#to_sObject



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

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