Skip to content

Commit

Permalink
Update src/polynomial.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Laferriere <[email protected]>
  • Loading branch information
anupsv and samlaf authored Jan 10, 2025
1 parent aa1ded9 commit 86ceab3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/polynomial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ impl PolynomialEvalForm {

/// Converts all `Fr` elements in the polynomial to a single big-endian byte vector.
///
/// This method delegates the conversion to the `helpers::to_byte_array` function,
/// passing the elements and the length of the padded blob.
///
/// # Returns
///
/// A `Vec<u8>` containing the big-endian byte representation of the polynomial elements.
Expand Down

0 comments on commit 86ceab3

Please sign in to comment.