Skip to content

Commit

Permalink
Update src/crccombine.c
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <[email protected]>
  • Loading branch information
Shivshankar-Reddy and madolson authored May 6, 2024
1 parent 76699dc commit d9d6786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crccombine.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void init_combine_cache(uint64_t poly, uint8_t dim) {
gf2_matrix_square(combine_cache[1], combine_cache[0], dim);

/* do/while to overwrite the first two layers, they are not used, but are
* re-generated in the last two layers for the server polynomial */
* re-generated in the last two layers for the crc polynomial */
do {
gf2_matrix_square(combine_cache[cache_num], combine_cache[cache_num + prev], dim);
prev = -1;
Expand Down

0 comments on commit d9d6786

Please sign in to comment.