DiffieHellmanGroup1SHA1
A key-exchange service implementing the “ecdh-sha2-nistp256” key-exchange algorithm. (defined in RFC 5656)
# File lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb, line 21 def initialize(algorithms, connection, data) @algorithms = algorithms @connection = connection @digester = digester @data = data.dup @ecdh = generate_key @logger = @data.delete(:logger) end
Generated with the Darkfish Rdoc Generator 2.