narodnik 4 лет назад
Родитель
Сommit
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();