Example #1
0
 public static int[] smethod_22(List <byte> list_0)
 {
     int[] array = new int[list_0.Count / 4];
     for (int i = 0; i < array.Length; i++)
     {
         array[i] = KeyGenerator.smethod_25(list_0.GetRange(i * 4, 4).ToArray());
     }
     return(array);
 }