From 86ceab3b2624f129ab057c4f1a552aaf168b2622 Mon Sep 17 00:00:00 2001 From: anupsv Date: Fri, 10 Jan 2025 11:52:00 +0530 Subject: [PATCH] Update src/polynomial.rs Co-authored-by: Samuel Laferriere --- src/polynomial.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/polynomial.rs b/src/polynomial.rs index 9289991..c117203 100644 --- a/src/polynomial.rs +++ b/src/polynomial.rs @@ -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` containing the big-endian byte representation of the polynomial elements.