Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
asn-d6 committed Mar 2, 2023
1 parent 4521108 commit bab3829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_kzg_4844.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static void compute_challenge(
offset += 16;
bytes_from_uint64(offset, FIELD_ELEMENTS_PER_BLOB);
offset += 8;
/* Set the other bytes of the 16-byte (little-endian) polynomial degree to zero */
/* Set all other bytes of this 16-byte (little-endian) field to zero */
bytes_from_uint64(offset, 0);
offset += 8;

Expand Down

0 comments on commit bab3829

Please sign in to comment.