Method: Ccrypto::CipherConfig#has_iv?

Defined in:
lib/ccrypto/configs/cipher_config.rb

#has_iv?Boolean

Returns:

  • (Boolean)


67
68
69
# File 'lib/ccrypto/configs/cipher_config.rb', line 67

def has_iv?
  not_empty?(@iv)
end