From ae08a9b2af996f4c8266dd3ad49950bfcd3de171 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Wed, 14 Aug 2024 11:38:29 +0100 Subject: [PATCH] remove TODO regarding protocol description (#176) --- cryptography/kzg_multi_open/src/opening_key.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cryptography/kzg_multi_open/src/opening_key.rs b/cryptography/kzg_multi_open/src/opening_key.rs index 81ad63d5..5c87447e 100644 --- a/cryptography/kzg_multi_open/src/opening_key.rs +++ b/cryptography/kzg_multi_open/src/opening_key.rs @@ -16,8 +16,6 @@ pub struct OpeningKey { pub g2s: Vec, /// 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