Explorar el Código

increase rows from 9 to 11

narodnik hace 4 años
padre
commit
cd2b41a7b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {
 fn main() {
     // The number of rows in our circuit cannot exceed 2^k
     // 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 pubkey = pallas::Point::random(&mut OsRng);
     let coords = pubkey.to_affine().coordinates().unwrap();
     let coords = pubkey.to_affine().coordinates().unwrap();