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

Implicit HMAC, no need to do anything

Public Instance Methods

etm() click to toggle source
# File lib/net/ssh/transport/chacha20_poly1305_cipher.rb, line 13
def etm
  # TODO: ideally this shouln't be called
  true
end
key_length() click to toggle source
# File lib/net/ssh/transport/chacha20_poly1305_cipher.rb, line 18
def key_length
  64
end