From 33cfffdf8ec83ac7429e193f19bae4b082e3ffd6 Mon Sep 17 00:00:00 2001 From: devloper <3347622+devloper@users.noreply.github.com> Date: Fri, 3 May 2024 01:16:35 -0700 Subject: [PATCH] Cleanup main --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.rs b/src/main.rs index f649e256..d59c9ada 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();