multi-commiting/opening (#34)

This commit is contained in:
zhenfei
2022-06-30 12:48:10 -04:00
committed by GitHub
parent a8c73783a2
commit d41a0cf623
10 changed files with 1050 additions and 35 deletions

View File

@@ -65,7 +65,7 @@ fn bench_pcs() -> Result<(), PCSErrors> {
{
let start = Instant::now();
for _ in 0..repetition {
assert!(KZGMultilinearPC::verify(&vk, &com, &point, value, &proof)?);
assert!(KZGMultilinearPC::verify(&vk, &com, &point, &value, &proof)?);
}
println!(
"KZG verify for {} variables: {} ns",