Class: Net::SSH::Transport::AES256_GCM::ImplicitHMac

Inherits:
HMAC::Abstract show all
Defined in:
lib/net/ssh/transport/aes256_gcm.rb

Overview

Implicit HMAC, do need to do anything

Instance Attribute Summary

Attributes inherited from HMAC::Abstract

#key

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

#aeadObject



11
12
13
# File 'lib/net/ssh/transport/aes256_gcm.rb', line 11

def aead
  true
end

#key_lengthObject



15
16
17
# File 'lib/net/ssh/transport/aes256_gcm.rb', line 15

def key_length
  32
end