Class: HrrRbSsh::Algorithm::Publickey::SshEd25519::Signature

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/algorithm/publickey/ssh_ed25519/signature.rb

Constant Summary collapse

DEFINITION =
[
  [DataType::String, :'public key algorithm name'],
  [DataType::String, :'signature blob'],
]