Method: Ccrypto::CipherConfig#has_min_input_length?

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

#has_min_input_length?Boolean

Returns:

  • (Boolean)


75
76
77
# File 'lib/ccrypto/configs/cipher_config.rb', line 75

def has_min_input_length?
  not_empty?(@min_input_length) and @min_input_length.to_i > -1
end