class Net::SSH::Transport::Kex::DiffieHellmanGroup1SHA1

A key-exchange service implementing the “diffie-hellman-group1-sha1” key-exchange algorithm.

Constants

G

The group constant

P_r

The radix in which P_s represents the value of P

P_s

The value of 'P', as a string, in hexadecimal

Public Instance Methods

digester() click to toggle source
# File lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb, line 26
def digester
  OpenSSL::Digest::SHA1
end