# File lib/u2f/sign_response.rb, line 34
    def user_present?
      signature_data.byteslice(0).unpack('C').first == 1
    end