Method: Ccrypto::CipherConfig#mandatory_block_size

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

#mandatory_block_sizeObject (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 mandatory_block_size
  @mandatory_block_size
end