Completed
Push — development ( a62382...1718fc )
by Nils
17:49 queued 04:38
created
install/js/crypt/aes.class.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param integer $Nb
94 93
      */
95 94
     private static function mixColumns($s) {   // combine bytes of each col of state S [é5.1.3]
96 95
     for ($c = 0; $c < 4; $c++) {
Please login to merge, or discard this patch.