Skip to content

Commit

Permalink
Reinstate group_red_aux subproof in ecdsa-crucible.saw.
Browse files Browse the repository at this point in the history
It was previously stubbed out to avoid a bug that no longer occurs.
  • Loading branch information
Brian Huffman committed Nov 16, 2020
1 parent 001b046 commit 2947d87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/ecdsa/ecdsa-crucible.saw
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,7 @@ group_red_aux_ov <- method "group_red_aux" []
ecdsa_assign_arr384 pr {{ res.gra_r }};
jvm_return (jvm_term {{ res.gra_b }});
}
//z3; //FIXME: This has problems due to a bug (in SBV?) where the wrong right-shift instruction is generated.
assume_unsat;
z3;

group_red_ov <- method "group_red" [sub_ov2, group_red_aux_ov]
do {
Expand Down

0 comments on commit 2947d87

Please sign in to comment.