# File lib/rack/auth/digest/nonce.rb, line 28
        def to_s
          [([ @timestamp, digest ] * ' ')].pack("m*").strip
        end