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

# Implicit HMAC, do need to do anything

def aead

def aead
  true
end

def key_length

def key_length
  32
end