class Net::SSH::Transport::Kex::EcdhSHA2NistP521

A key-exchange service implementing the “ecdh-sha2-nistp521” key-exchange algorithm. (defined in RFC 5656)

Public Instance Methods

curve_name() click to toggle source
# File lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb, line 14
def curve_name
  OpenSSL::PKey::EC::CurveNameAlias['nistp521']
end
digester() click to toggle source
# File lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb, line 10
def digester
  OpenSSL::Digest::SHA512
end