Merge branch '3.0'

This commit is contained in:
terrafrost 2024-06-18 21:40:08 -05:00
commit d934e84e58

View File

@ -458,7 +458,7 @@ class Blowfish extends BlockCipher
}
}
return pack('L*', ...$cdata);
return pack('V*', ...$cdata);
}
/**