mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-09 15:31:31 +01:00
new features to make ark-circom slimmer (#45)
* new features * fmt * update wasm feature * revert * update --------- Co-authored-by: tyshkor <tyshko1@gmail.com>
This commit is contained in:
@@ -482,7 +482,8 @@ mod tests {
|
||||
let n_vars = 10;
|
||||
let buf = vec![g1_buf(); n_vars]
|
||||
.iter()
|
||||
.flatten().cloned()
|
||||
.flatten()
|
||||
.cloned()
|
||||
.collect::<Vec<_>>();
|
||||
let expected = vec![g1_one(); n_vars];
|
||||
|
||||
@@ -505,7 +506,8 @@ mod tests {
|
||||
let n_vars = 10;
|
||||
let buf = vec![g2_buf(); n_vars]
|
||||
.iter()
|
||||
.flatten().cloned()
|
||||
.flatten()
|
||||
.cloned()
|
||||
.collect::<Vec<_>>();
|
||||
let expected = vec![g2_one(); n_vars];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user