# File lib/u2f/fake_u2f.rb, line 59
  def origin_public_key_raw
    [origin_key.public_key.to_bn.to_s(16)].pack('H*')
  end