update workflows for testudo

This commit is contained in:
maramihali
2022-11-11 14:45:38 +00:00
committed by maramihali
parent 869bed65f4
commit 923c8a727f
16 changed files with 95 additions and 114 deletions

View File

@@ -69,7 +69,7 @@ fn produce_r1cs() -> (
A.push((3, 3, one.clone()));
A.push((3, num_vars, Scalar::from(5u32).into_repr().to_bytes_le()));
B.push((3, num_vars, one.clone()));
C.push((3, num_vars + 1, one.clone()));
C.push((3, num_vars + 1, one));
let inst = Instance::new(num_cons, num_vars, num_inputs, &A, &B, &C).unwrap();