MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / gf2_matrix_square

Function gf2_matrix_square

extlibs/minizip/src/crc32.c:384–393  ·  view source on GitHub ↗

========================================================================= */

(square, mat)

Source from the content-addressed store, hash-verified

382
383/* ========================================================================= */
384local void gf2_matrix_square(square, mat)
385unsigned long* square;
386
387unsigned long* mat;
388{
389 int n;
390
391 for (n = 0; n < GF2_DIM; n++)
392 square[n] = gf2_matrix_times(mat, mat[n]);
393}
394
395/* ========================================================================= */
396local uLong crc32_combine_(crc1, crc2, len2)

Callers 1

crc32_combine_Function · 0.85

Calls 1

gf2_matrix_timesFunction · 0.85

Tested by

no test coverage detected