Back to Mcrypt class

Method getBlockSize

public int
getBlockSize
()
Get the block size
Returns
  • int
Class: Mcrypt
Project: Joomla

Method getBlockSize - Source code

/**
 * Get the block size
 *
 * @return   integer
 */
public function getBlockSize()
{
    return mcrypt_get_iv_size($this->cipherType, $this->cipherMode);
}