From 050e0e3a8eb802b3397247144065b88ec9a6f55c Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 17 Oct 2023 23:59:27 +0800 Subject: [PATCH] Remove the "TBD" note --- specs/deneb/polynomial-commitments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/deneb/polynomial-commitments.md b/specs/deneb/polynomial-commitments.md index ac5ba57514..8375ad5883 100644 --- a/specs/deneb/polynomial-commitments.md +++ b/specs/deneb/polynomial-commitments.md @@ -98,8 +98,8 @@ but reusing the `mainnet` settings in public networks is a critical security req | Name | Value | | - | - | | `KZG_SETUP_G2_LENGTH` | `65` | -| `KZG_SETUP_G2_MONOMIAL` | `Vector[G2Point, KZG_SETUP_G2_LENGTH]`, contents TBD | -| `KZG_SETUP_G1_LAGRANGE` | `Vector[G1Point, FIELD_ELEMENTS_PER_BLOB]`, contents TBD | +| `KZG_SETUP_G2_MONOMIAL` | `Vector[G2Point, KZG_SETUP_G2_LENGTH]` | +| `KZG_SETUP_G1_LAGRANGE` | `Vector[G1Point, FIELD_ELEMENTS_PER_BLOB]` | ## Helper functions