# File lib/u2f/sign_response.rb, line 21
    def counter
      signature_data.byteslice(1, 4).unpack('N').first
    end