ソースを参照

increase rows from 9 to 11

narodnik 4 年 前
コミット
cd2b41a7b5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      example/halo2/src/bin/mint.rs

+ 1 - 1
example/halo2/src/bin/mint.rs

@@ -443,7 +443,7 @@ impl Circuit<pallas::Base> for MintCircuit {
 
 fn main() {
     // The number of rows in our circuit cannot exceed 2^k
-    let k: u32 = 9;
+    let k: u32 = 11;
 
     let pubkey = pallas::Point::random(&mut OsRng);
     let coords = pubkey.to_affine().coordinates().unwrap();