mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-24 14:32: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/
|
||||
node_modules/
|
||||
target/
|
||||
.idea/
|
||||
|
@ -5,10 +5,6 @@ version = "0.0.1"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "prover"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.4"
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_the_circuit() {
|
||||
fn main() {
|
||||
use bellman::pairing::bn256::*;
|
||||
use rand::{SeedableRng, Rng, XorShiftRng, Rand};
|
||||
use sapling_crypto::circuit::test::*;
|
Loading…
x
Reference in New Issue
Block a user