phpseclib\Crypt\Hash::getBlockLengthInBytes PHP Method

getBlockLengthInBytes() public method

Returns the block length (in bytes)
public getBlockLengthInBytes ( ) : integer
return integer
    function getBlockLengthInBytes()
    {
        return $this->blockSize >> 3;
    }