mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-31 21:21:55 +00:00
Removed Debug function...
Removed Debug function...
This commit is contained in:
parent
afa5465e63
commit
e90708297a
@ -1575,7 +1575,6 @@ class Crypt_Rijndael {
|
|||||||
*/
|
*/
|
||||||
function inline_crypt_setup()
|
function inline_crypt_setup()
|
||||||
{
|
{
|
||||||
$ST = microtime_float();
|
|
||||||
// Note: inline_crypt_setup() will be called only if $this->changed === true
|
// Note: inline_crypt_setup() will be called only if $this->changed === true
|
||||||
// So here we are'nt under the same heavy timing-stress as we are in _de/encryptBlock() or de/encrypt().
|
// So here we are'nt under the same heavy timing-stress as we are in _de/encryptBlock() or de/encrypt().
|
||||||
// However...the here generated function- $code, stored as php callback in $this->inline_crypt, must work as fast as even possible.
|
// However...the here generated function- $code, stored as php callback in $this->inline_crypt, must work as fast as even possible.
|
||||||
|
Loading…
Reference in New Issue
Block a user