Use k param from ZkBinary when building VerifyingKey and ProvingKey.

This commit is contained in:
parazyd
2023-07-22 11:59:49 +02:00
parent 8a4fec6745
commit 8ac1d17077
12 changed files with 47 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ fn main() -> Result<()> {
// ======
// Bigger k = more rows, but slower circuit
// Number of rows is 2^k
let k = 11;
let k = zkbin.k;
println!("k = {}", k);
// Witness values