finish with prefetch
This commit is contained in:
parent
07ca2e83b6
commit
4bf78bb978
@ -25,6 +25,7 @@ byteorder = "1"
|
|||||||
futures-cpupool = {version = "0.1", optional = true}
|
futures-cpupool = {version = "0.1", optional = true}
|
||||||
num_cpus = {version = "1", optional = true}
|
num_cpus = {version = "1", optional = true}
|
||||||
crossbeam = {version = "0.7.1", optional = true}
|
crossbeam = {version = "0.7.1", optional = true}
|
||||||
|
|
||||||
prefetch = {version = "0.2", optional = true}
|
prefetch = {version = "0.2", optional = true}
|
||||||
|
|
||||||
web-sys = {version = "0.3.17", optional = true, features = ["console", "Performance", "Window"]}
|
web-sys = {version = "0.3.17", optional = true, features = ["console", "Performance", "Window"]}
|
||||||
|
@ -38,9 +38,9 @@ use bellman_ce::groth16::{
|
|||||||
verify_proof,
|
verify_proof,
|
||||||
};
|
};
|
||||||
|
|
||||||
// const MIMC_ROUNDS: usize = 322;
|
const MIMC_ROUNDS: usize = 322;
|
||||||
|
|
||||||
const MIMC_ROUNDS: usize = 1000000;
|
// const MIMC_ROUNDS: usize = 1000000;
|
||||||
|
|
||||||
/// This is an implementation of MiMC, specifically a
|
/// This is an implementation of MiMC, specifically a
|
||||||
/// variant named `LongsightF322p3` for BLS12-381.
|
/// variant named `LongsightF322p3` for BLS12-381.
|
||||||
|
Loading…
Reference in New Issue
Block a user