# File lib/u2f/u2f.rb, line 75
    def challenge
      ::U2F.urlsafe_encode64(SecureRandom.random_bytes(32))
    end