Module: Net::SSH::Transport::OpenSSLCipherExtensions

Defined in:
lib/net/ssh/transport/openssl_cipher_extensions.rb

Overview

we add those mehtods to OpenSSL::Chipher instances

Instance Method Summary collapse

Instance Method Details

#implicit_mac?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/net/ssh/transport/openssl_cipher_extensions.rb', line 4

def implicit_mac?
  false
end