Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Jan 20, 2015
1 parent fb2bdfd commit e998ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/AESKW.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ protected function getInitialValue(&$key, $padding_enabled)
$iv = hex2bin("A65959A6").$this->toXBits(32, $MLI);

$n = intval(ceil($MLI/8));
//$b = 8*$n - $MLI;
$key = str_pad($key, 8*$n, "\0", STR_PAD_RIGHT);

return $iv;
Expand Down

0 comments on commit e998ee2

Please sign in to comment.