Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PayneJoe committed Dec 9, 2023
1 parent a6fe2ed commit 9543a09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub mod nifs;
pub mod plonk;
pub mod poseidon;
pub mod primary;
// pub mod secondary;
pub mod secondary;
1 change: 1 addition & 0 deletions src/primary/bn254_curve.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// bn254 curve implementaion for PCS
1 change: 1 addition & 0 deletions src/secondary/grumpkin_curve.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// grumpkin curve implementaion for PCS

0 comments on commit 9543a09

Please sign in to comment.