crate-crypto / go-eth-kzg

Apache License 2.0
29 stars 22 forks source link

chore: add G1 monomial points to trusted setup #75

Closed kevaundray closed 3 months ago

kevaundray commented 3 months ago

PeerDAS requires the G1 monomial points so this adds those points to the trusted setup structure. For now, they are ignored when we parse the trusted setup to create the Context object.