class Net::SSH::Transport::AES256_GCM::ImplicitHMac

Implicit HMAC, do need to do anything

Public Instance Methods

aead() click to toggle source
# File lib/net/ssh/transport/aes256_gcm.rb, line 11
def aead
  true
end
key_length() click to toggle source
# File lib/net/ssh/transport/aes256_gcm.rb, line 15
def key_length
  32
end