class Net::SSH::Transport::AES128_GCM::ImplicitHMac
Implicit HMAC
, do need to do anything
Public Instance Methods
aead()
click to toggle source
# File lib/net/ssh/transport/aes128_gcm.rb, line 11 def aead true end
key_length()
click to toggle source
# File lib/net/ssh/transport/aes128_gcm.rb, line 15 def key_length 16 end