We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa5465 commit e907082Copy full SHA for e907082
phpseclib/Crypt/Rijndael.php
@@ -1575,7 +1575,6 @@ function _string_shift(&$string, $index = 1)
1575
*/
1576
function inline_crypt_setup()
1577
{
1578
- $ST = microtime_float();
1579
// Note: inline_crypt_setup() will be called only if $this->changed === true
1580
// So here we are'nt under the same heavy timing-stress as we are in _de/encryptBlock() or de/encrypt().
1581
// However...the here generated function- $code, stored as php callback in $this->inline_crypt, must work as fast as even possible.
0 commit comments