Class: HrrRbSsh::Transport::MacAlgorithm::None
- Inherits:
-
HrrRbSsh::Transport::MacAlgorithm
- Object
- HrrRbSsh::Transport::MacAlgorithm
- HrrRbSsh::Transport::MacAlgorithm::None
- 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
-
#initialize(key = nil) ⇒ None
constructor
A new instance of None.
Methods included from Unfunctionable
#compute, #digest_length, #key_length
Methods inherited from HrrRbSsh::Transport::MacAlgorithm
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 |