Net::SSH::Transport::Kex::DiffieHellmanGroup1SHA1
A key-exchange service implementing the “diffie-hellman-group14-sha1” key-exchange algorithm. (defined in RFC 4253)
The value of ‘P’, as a string, in hexadecimal
The radix in which P_s represents the value of P
The group constant
# File lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb, line 40 40: def get_g 41: G 42: end
# File lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb, line 36 36: def get_p 37: OpenSSL::BN.new(P_s, P_r) 38: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.