Skip to content

Commit

Permalink
Update public_parameters.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray authored Oct 22, 2024
1 parent 4617e23 commit df3d415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use std::{
/// Note: even though `H_1` and `H_2` are marked as blue, they are still needed.
///
/// Note: `Gamma_1_fin` is unused, so we leave it out.
#[derive(Clone)]
pub struct PublicParameters {
/// This is the vector of G1 elements that are used in the Dory protocol. That is, `Γ_1,0` in the Dory paper.
pub(super) Gamma_1: Vec<G1Affine>,
Expand Down

0 comments on commit df3d415

Please sign in to comment.