Skip to content

Commit 31e1b8f

Browse files
committed
update circuit-construction to be the main lib for the main readme
1 parent 03ab234 commit 31e1b8f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

circuit-construction/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![doc = include_str!("../../README.md")]
2+
13
use ark_ec::{AffineCurve, ProjectiveCurve};
24
use ark_ff::{BigInteger, FftField, Field, One, PrimeField, SquareRootField, Zero};
35
use array_init::array_init;

kimchi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ groupmap = { path = "../groupmap" }
3737
mina-curves = { path = "../curves" }
3838
o1-utils = { path = "../utils" }
3939
oracle = { path = "../oracle" }
40-
circuit-construction = { path = "../circuit-construction" }
4140

4241
ocaml = { version = "0.22.2", optional = true }
4342
ocaml-gen = { path = "../ocaml/ocaml-gen", optional = true}

kimchi/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![doc = include_str!("../../README.md")]
2-
31
#[macro_use]
42
extern crate num_derive;
53

0 commit comments

Comments
 (0)