class Net::SSH::Transport::AES128_GCM

def self.key_length


K_LEN AES key length 16 octets
--- RFC 5647 ---
def self.key_length
  16
end