Class: HrrRbSsh::Transport::MacAlgorithm::HmacSha2_512

Inherits:
HrrRbSsh::Transport::MacAlgorithm show all
Includes:
Functionable
Defined in:
lib/hrr_rb_ssh/transport/mac_algorithm/hmac_sha2_512.rb

Constant Summary collapse

NAME =
'hmac-sha2-512'
PREFERENCE =
60
DIGEST =
'sha512'
DIGEST_LENGTH =
64
KEY_LENGTH =
64

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

Method Summary

Methods included from Functionable

#compute, #digest_length, #initialize, #key_length

Methods included from Loggable

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

Methods included from SubclassWithPreferenceListable

#[], #inherited, #list_preferred, #list_supported