mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-24 22:42:14 +00:00
make bin target
This commit is contained in:
parent
dfcebf93e3
commit
a10e5e2cce
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
build/
|
build/
|
||||||
node_modules/
|
node_modules/
|
||||||
target/
|
target/
|
||||||
|
.idea/
|
||||||
|
@ -5,10 +5,6 @@ version = "0.0.1"
|
|||||||
publish = false
|
publish = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
|
||||||
name = "prover"
|
|
||||||
path = "src/lib.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.4"
|
rand = "0.4"
|
||||||
hex = "0.3.2"
|
hex = "0.3.2"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#[allow(dead_code)]
|
|
||||||
|
|
||||||
mod circuit;
|
|
@ -328,9 +328,7 @@ pub fn encode_fs_into_fr<E: JubjubEngine>(input: E::Fs)
|
|||||||
converted
|
converted
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn main() {
|
||||||
#[test]
|
|
||||||
fn test_the_circuit() {
|
|
||||||
use bellman::pairing::bn256::*;
|
use bellman::pairing::bn256::*;
|
||||||
use rand::{SeedableRng, Rng, XorShiftRng, Rand};
|
use rand::{SeedableRng, Rng, XorShiftRng, Rand};
|
||||||
use sapling_crypto::circuit::test::*;
|
use sapling_crypto::circuit::test::*;
|
Loading…
x
Reference in New Issue
Block a user