Blowfish: fix bad merge

This commit is contained in:
terrafrost 2024-05-22 08:33:08 -05:00
parent 624a91e94e
commit 0aae9c724d

View File

@ -504,7 +504,7 @@ class Blowfish extends BlockCipher
* @param int[] $p
* @see self::_bcrypt_hash()
*/
private static function expand0state(array $key, array &$sbox0, array &$sbox, array &$p): void
private static function expand0state(array $key, array &$sbox, array &$p): void
{
// expand0state is basically the same thing as this:
//return self::expandstate(array_fill(0, 16, 0), $key);