diff --git a/halo2_proofs/tests/plonk_api.rs b/halo2_proofs/tests/plonk_api.rs index aa7fc0809..f7277ba88 100644 --- a/halo2_proofs/tests/plonk_api.rs +++ b/halo2_proofs/tests/plonk_api.rs @@ -601,7 +601,7 @@ fn plonk_api() { proof }, - "f87ba1010dede5a2148ed94403ca12a566d3154ebb12ccb6c20a330e9b280af8", + "d9c2fa0fa42f7ce1f156647069cf20f41ef01f783640410098aef91bc47d7da4", ); } diff --git a/halo2_proofs/tests/serialization.rs b/halo2_proofs/tests/serialization.rs index becb80d86..9fc5997a5 100644 --- a/halo2_proofs/tests/serialization.rs +++ b/halo2_proofs/tests/serialization.rs @@ -202,6 +202,6 @@ fn test_serialization() { proof }, - "b51ea51140e9fbd1f0c665c788bab9e4b3e648ac674b6d07a24ca0844f0962ad", + "e0f8ba887b3d617a982f27b9b89780f6421285c396258f65cc47eec3a910295f", ); }