crct property

Int32List crct
getter/setter pair

Implementation

Int32List crct = (() {
  final t = Int32List(256);
  for (int i = 0; i < 256; ++i) {
    int c = i, k = 9;
    while (--k >= 0){
      int result1 = ((c & 1) != 0 && -306674912 != 0) ? -306674912 : (c & 1);
      c = result1 ^ (c >>> 1);
    }
    t[i] = c;
  }
  return t;
})();