mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
zk/mint: Print proof size in circuit test unit.
This commit is contained in:
@@ -394,6 +394,8 @@ mod tests {
|
||||
proof.verify(&verifying_key, &public_inputs)?;
|
||||
println!("Proof verified [{:?}]", now.elapsed());
|
||||
|
||||
println!("Proof size [{} kB]", proof.as_ref().len() as f64 / 1024.0);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user