class Net::SSH::Transport::AES128_GCM::ImplicitHMac

# Implicit HMAC, do need to do anything

def aead

def aead
  true
end

def key_length

def key_length
  16
end