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