Class: HrrRbSsh::Transport::MacAlgorithm::None

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

Constant Summary collapse

NAME =
'none'
DIGEST_LENGTH =
0
KEY_LENGTH =
0

Instance Method Summary collapse

Methods included from Unfunctionable

#compute, #digest_length, #key_length

Methods inherited from HrrRbSsh::Transport::MacAlgorithm

[], list, name_list

Constructor Details

#initialize(key = nil) ⇒ None



16
17
18
# File 'lib/hrr_rb_ssh/transport/mac_algorithm/none.rb', line 16

def initialize key=nil
  super
end