class Net::SSH::Transport::ChaCha20Poly1305Cipher::ImplicitHMac
Implicit HMAC
, no need to do anything
Public Instance Methods
Source
# File lib/net/ssh/transport/chacha20_poly1305_cipher.rb, line 13 def etm # TODO: ideally this shouln't be called true end
Source
# File lib/net/ssh/transport/chacha20_poly1305_cipher.rb, line 18 def key_length 64 end