Skip to content

Commit

Permalink
public fields (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj authored Feb 12, 2024
1 parent 934a519 commit 9c1c0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastcrypto-vdf/src/class_group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ pub mod discriminant;
/// the composition algorithm.
#[derive(PartialEq, Eq, Debug, Clone)]
pub struct QuadraticForm {
a: BigInt,
b: BigInt,
c: BigInt,
pub a: BigInt,
pub b: BigInt,
pub c: BigInt,
partial_gcd_limit: BigInt,
}

Expand Down

0 comments on commit 9c1c0de

Please sign in to comment.