Skip to content

Commit

Permalink
parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeghali committed Aug 8, 2011
1 parent c9b858b commit 4e6fddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSA2.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public function chunkSize()
for (
$n = $this->_modulus;
gmp_strval($n = gmp_div($n, '0x10000'));
$j++;
$j++
);

return $j*2;
Expand Down

0 comments on commit 4e6fddf

Please sign in to comment.