class Net::SSH::Authentication::ED25519::PubKey

def initialize(data)

def initialize(data)
  @verify_key = ::Ed25519::VerifyKey.new(data)
end