class Net::SSH::Transport::ChaCha20Poly1305Cipher::ImplicitHMac

Implicit HMAC, no need to do anything

def etm

def etm
  # TODO: ideally this shouln't be called
  true
end

def key_length

def key_length
  64
end