Help for this page

Select Code to Download


  1. or download this
    { my @shiftby = (0, 8, 16, 24, 0, 8, 16, 24, 8, 16, 24); 
      my $l;
    ...
         else         {   $a += $k[$l-1]<<$shiftby[$l]; }
      }
    }