Skip to content

Commit

Permalink
Fix inconsistent parameter doc in blob.c (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-wagn authored Oct 8, 2024
1 parent 0ff9f37 commit 4106b76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eip4844/blob.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
*
* @param[out] p The output polynomial (array of field elements)
* @param[in] blob The blob (an array of bytes)
* @param[in] n The number of field elements in the polynomial/blob
*
* @remark The polynomial is of degree (at most) FIELD_ELEMENTS_PER_BLOB - 1. That is,
* the function will set the first FIELD_ELEMENTS_PER_BLOB elements of p.
*/
C_KZG_RET blob_to_polynomial(fr_t *p, const Blob *blob) {
C_KZG_RET ret;
Expand Down

0 comments on commit 4106b76

Please sign in to comment.