class ActiveSupport::Digest

def hexdigest(arg)

def hexdigest(arg)
  hash_digest_class.hexdigest(arg)[0...32]
end