mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-12 00:51:27 +01:00
multi-commiting/opening (#34)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user