Sha256: eaf2c38506ebc505f139a1c6ad9630284f5ba13dce13a0c6439ee540a776463e

Contents?: true

Size: 372 Bytes

Versions: 123

Compression:

Stored size: 372 Bytes

Contents

module Net; module SSH; module Transport; module Kex

  # A key-exchange service implementing the "ecdh-sha2-nistp521"
  # key-exchange algorithm. (defined in RFC 5656)
  class EcdhSHA2NistP521 < EcdhSHA2NistP256
    def digester
      OpenSSL::Digest::SHA512
    end
    def curve_name
      OpenSSL::PKey::EC::CurveNameAlias['nistp521']
    end
  end
end; end; end; end

Version data entries

123 entries across 110 versions & 13 rubygems

Version Path
net-ssh-2.9.4.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/net-ssh-3.0.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-3.0.1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-3.0.1.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-3.0.0.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.10.1.rc2 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/net-ssh-2.9.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.10.1.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.10.0.beta2 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/net-ssh-2.9.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.10.0.beta1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.3.beta1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.2 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.2.rc3 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.2.rc2 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.2.rc1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.2.beta lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.1 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
net-ssh-2.9.0 lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb