Merge branch 'master' of github.com:gnuboard/g5-update

This commit is contained in:
thisgun
2024-04-17 15:22:12 +09:00

View File

@ -782,6 +782,7 @@ class KISA_SEED_CBC {
$pbszCipherText = array_pad(array(), $message_length, 0); $pbszCipherText = array_pad(array(), $message_length, 0);
Common::arraycopy_system($message, $message_offset, $pbszCipherText, 0, $message_length); Common::arraycopy_system($message, $message_offset, $pbszCipherText, 0, $message_length);
$nCipherTextLen = count($pbszCipherText); $nCipherTextLen = count($pbszCipherText);
$result = null;
if ($nCipherTextLen % KISA_SEED_CBC::BLOCK_SIZE_SEED) { if ($nCipherTextLen % KISA_SEED_CBC::BLOCK_SIZE_SEED) {
return $result; return $result;