class Net::SSH::Transport::AES256_GCM

def self.key_length


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