Skip to content

Commit

Permalink
Update eip7594/src/trusted_setup.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Sep 5, 2024
1 parent 56f1935 commit c0ea58d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eip7594/src/trusted_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ pub struct TrustedSetup {
/// Ethereum has multiple trusted setups, however the one being
/// used currently contains 4096 G1 elements.
pub g1_monomial: Vec<String>,
/// G1_Lagrange represents a list of uncompressed
/// G1 Lagrange represents a list of uncompressed
/// hex encoded group elements in the G1 group on the bls12-381 curve.
///
/// These are related to G1_Monomial in that they are what one
/// would get if we did an inverse FFT on the G1_monomial elements.
/// These are related to `G1 Monomial` in that they are what one
/// would get if we did an inverse FFT on the `G1 monomial` elements.
///
/// The length of this vector is equal to the length of G1_Monomial.
pub g1_lagrange: Vec<String>,
Expand Down

0 comments on commit c0ea58d

Please sign in to comment.