chore: make num g2 points pub (#360)

This commit is contained in:
Matthias Seitz 2023-09-15 13:21:25 +02:00 committed by GitHub
parent f5f6f863d4
commit 2f4af2fd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pub const BYTES_PER_G2_POINT: usize = 96;
/// Number of G2 points required for the kzg trusted setup.
/// 65 is fixed and is used for providing multiproofs up to 64 field elements.
const NUM_G2_POINTS: usize = 65;
pub const NUM_G2_POINTS: usize = 65;
/// A trusted (valid) KZG commitment.
// NOTE: this is a type alias to the struct Bytes48, same as [`KZGProof`] in the C header files. To