Skip to content

Commit

Permalink
fix: update mycircuit, plonk_api and seride tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed Sep 12, 2024
1 parent f183510 commit 1e771bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions halo2_proofs/tests/frontend_backend_split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ fn test_mycircuit_full_legacy() {

proof
},
"427e55eafeaafd9f4dfc7ec6f782ec7464251c749bb08e23efb663790c0419ed",
"78aadfd46b5cc58b90d832ee47e4df57af3dfc28d1457c4ceeb5d0323a72f130",
);
}

Expand Down Expand Up @@ -619,6 +619,6 @@ fn test_mycircuit_full_split() {

proof
},
"427e55eafeaafd9f4dfc7ec6f782ec7464251c749bb08e23efb663790c0419ed",
"78aadfd46b5cc58b90d832ee47e4df57af3dfc28d1457c4ceeb5d0323a72f130",
);
}
4 changes: 2 additions & 2 deletions halo2_proofs/tests/plonk_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ fn plonk_api() {

proof
},
"b749dfa90ac3bc3d45f994cc8bf527928a274c2225e4e87668eece79938e6d12",
"f87ba1010dede5a2148ed94403ca12a566d3154ebb12ccb6c20a330e9b280af8",
);
}

Expand Down Expand Up @@ -638,7 +638,7 @@ fn plonk_api() {

proof
},
"284001f93f86a5d18ad9ebff6da81031e5ad9f799ea1dc2606271a6ff240fbd3",
"0fc67d890faef0ef8ea7ef680cc566b2ab7dabef12fcceb74d3655a0fb08c708",
);
}

Expand Down
2 changes: 1 addition & 1 deletion halo2_proofs/tests/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ fn test_serialization() {

proof
},
"0d3baeea90249588c3939dc2f64b071b24b7e4744c4ca8442fe4b2553aae9167",
"b51ea51140e9fbd1f0c665c788bab9e4b3e648ac674b6d07a24ca0844f0962ad",
);
}

0 comments on commit 1e771bc

Please sign in to comment.