Skip to content

Commit

Permalink
remove TODO regarding protocol description (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 14, 2024
1 parent 5e6ff4f commit ae08a9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cryptography/kzg_multi_open/src/opening_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pub struct OpeningKey {
pub g2s: Vec<G2Point>,
/// The degree-0 term in the powers of tau G2 elements.
pub g2_gen: G2Point,
// TODO: We could possibly remove these fields below and
// TODO: create a new structure called ProtocolDescription.
/// This is the number of points that will be a
/// opened at any one time. Another way to think
/// of this, is that its the number of points a
Expand Down

0 comments on commit ae08a9b

Please sign in to comment.