Skip to content
Snippets Groups Projects
Verified Commit c9dd7eff authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

use smaller data and params

parent 809a2f03
No related branches found
No related tags found
No related merge requests found
File added
...@@ -47,8 +47,8 @@ where ...@@ -47,8 +47,8 @@ where
} }
fn main() { fn main() {
let bytes = include_bytes!("../assets/128_4096_3.bin").to_vec(); let bytes = include_bytes!("../assets/128_4_3.bin").to_vec();
eprintln!("loaded {} bytes of data", bytes.len()); eprintln!("loaded {} bytes of data", bytes.len());
run::<2, Fq, Blake3, DensePolynomial<Fq>>(&bytes, 4096, 4096 * 2, 2, 1, 32).unwrap(); run::<2, Fq, Blake3, DensePolynomial<Fq>>(&bytes, 4, 4 * 2, 2, 1, 32).unwrap();
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment