mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Use k param from ZkBinary when building VerifyingKey and ProvingKey.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user