Skip to content

Commit

Permalink
removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio95 committed Jun 3, 2024
1 parent 265e261 commit a5cf4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion poly-commit/src/linear_codes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ where
};

// 1. Seed the transcript with the point and the recieved vector
// TODO Consider removing the evaluation point from the transcript.
let point_vec = L::point_to_vec(point.clone());
sponge.absorb(&point_vec);
sponge.absorb(&proof.opening.v);
Expand Down

0 comments on commit a5cf4cf

Please sign in to comment.