Class: Net::SSH::Transport::AES128_GCM::ImplicitHMac
- Inherits:
-
HMAC::Abstract
- Object
- HMAC::Abstract
- Net::SSH::Transport::AES128_GCM::ImplicitHMac
- Defined in:
- lib/net/ssh/transport/aes128_gcm.rb
Overview
Implicit HMAC, do need to do anything
Instance Attribute Summary
Attributes inherited from HMAC::Abstract
Instance Method Summary collapse
Methods inherited from HMAC::Abstract
aead, #digest, #digest_class, digest_class, etm, #etm, #initialize, key_length, #mac_length, mac_length
Constructor Details
This class inherits a constructor from Net::SSH::Transport::HMAC::Abstract
Instance Method Details
#aead ⇒ Object
11 12 13 |
# File 'lib/net/ssh/transport/aes128_gcm.rb', line 11 def aead true end |
#key_length ⇒ Object
15 16 17 |
# File 'lib/net/ssh/transport/aes128_gcm.rb', line 15 def key_length 16 end |