[dev] extra arg in Cipher_blowfish::encryptBlock?

Matt Selsky selsky at columbia.edu
Thu May 5 22:48:33 PDT 2005


Here's the function declaration for encryptBlock() in Cipher_blowfish:

    function encryptBlock($block, $key = null, $allparts = false)
    {
    ...
    }


$allparts is never referenced.  Any reason not to remove it?


-- 
Matt


More information about the dev mailing list