Skip to content

Commit

Permalink
Cleanup main
Browse files Browse the repository at this point in the history
  • Loading branch information
devloper committed May 3, 2024
1 parent 5b86eac commit 33cfffd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
use ronkathon::field::PlutoField;

// Tasks:
// - Basic curve point sampling. Do it for arkworks real quick
// - Construct simple trusted setup generation algorithm?
// - Generator Algorithm for curve group
// - Create and open a KZG commitment (depends on polynomial library)?
//

// algorithm to compute primitive element of field (multiplicative generator)
fn generator(p: u32) -> i32 {
let mut fact = Vec::new();
Expand Down

0 comments on commit 33cfffd

Please sign in to comment.