Skip to content

Commit

Permalink
Fix length comment
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Wagner <113296072+b-wagn@users.noreply.github.com>
  • Loading branch information
jtraglia and b-wagn authored Sep 19, 2024
1 parent 7a0d72e commit 2a62ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip7594/poly.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Multiplies each coefficient by `shift_factor ^ i`. Equivalent to creating a polynomial that
* evaluates at `x * shift_factor` rather than `x`.
*
* @param[in,out] p The polynomial coefficients to be scaled, length `p`
* @param[in,out] p The polynomial coefficients to be scaled, length `len`
* @param[in] len Length of the polynomial coefficients
* @param[in] shift_factor Shift factor
*/
Expand Down

0 comments on commit 2a62ef3

Please sign in to comment.