Method: Ccrypto::CipherConfig#min_input_length

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

#min_input_lengthObject (readonly)

Use cases : openssl aes-128-xts only accepts input min 16 bytes other no padding mode aes128-wrap only works on block of 8 bytes



19
20
21
# File 'lib/ccrypto/configs/cipher_config.rb', line 19

def min_input_length
  @min_input_length
end