# File lib/rack/auth/digest/nonce.rb, line 32 def digest ::Digest::MD5.hexdigest([ @timestamp, self.class.private_key ] * ':') end