- rm debug code

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@133 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2010-11-20 14:45:42 +00:00
parent 3d68aa3353
commit 66b5dad728

View File

@ -671,8 +671,6 @@ class Crypt_Rijndael {
}
break;
case CRYPT_RIJNDAEL_MODE_CBC:
echo "USING CBC\r\n";
echo "mode = {$this->mode}\r\n";exit;
$xor = $this->encryptIV;
for ($i = 0; $i < strlen($plaintext); $i+=$block_size) {
$block = substr($plaintext, $i, $block_size);