mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 09:38:06 +01:00
SymmetricKey: CS update
This commit is contained in:
parent
cd5a38ef3b
commit
33b8a299b5
@ -3186,6 +3186,7 @@ abstract class SymmetricKey
|
||||
default:
|
||||
return '%s';
|
||||
}
|
||||
// fall-through
|
||||
default:
|
||||
$safeint = '(is_int($temp = %s) ? $temp : (fmod($temp, 0x80000000) & 0x7FFFFFFF) | ';
|
||||
return $safeint . '((fmod(floor($temp / 0x80000000), 2) & 1) << 31))';
|
||||
|
Loading…
Reference in New Issue
Block a user