Class: HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman::H0
- Inherits:
-
Object
- Object
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman::H0
- Includes:
- Codable
- Defined in:
- lib/hrr_rb_ssh/transport/kex_algorithm/elliptic_curve_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, :'Q_C'], [DataType::Mpint, :'Q_S'], [DataType::Mpint, :'K'], ]
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from Codable
#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize