Class: HrrRbSsh::Transport::KexAlgorithm::DiffieHellman::H0

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/transport/kex_algorithm/diffie_hellman/h0.rb

Constant Summary collapse

DEFINITION =
[
  [DataType::String, :'V_C'],
  [DataType::String, :'V_S'],
  [DataType::String, :'I_C'],
  [DataType::String, :'I_S'],
  [DataType::String, :'K_S'],
  [DataType::Mpint,  :'e'],
  [DataType::Mpint,  :'f'],
  [DataType::Mpint,  :'k'],
]

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

Method Summary

Methods included from Codable

#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize

Methods included from Loggable

#log_debug, #log_error, #log_fatal, #log_info, #log_warn