Skip to content

Commit

Permalink
remove manual monadify_term calls in sha512_mr_solver.saw
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yac committed Mar 17, 2023
1 parent f51b683 commit 37ba742
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions heapster-saw/examples/sha512_mr_solver.saw
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ processBlocks <- parse_core_mod "SHA512" "processBlocks";
// mr_solver_test round_00_15 round_00_15;

import "sha512.cry";
// FIXME: Why aren't we monadifying these automatically when they're used?
monadify_term {{ K }};
monadify_term {{ SIGMA_0 }};
monadify_term {{ SIGMA_1 }};
monadify_term {{ sigma_0 }};
monadify_term {{ sigma_1 }};
monadify_term {{ Ch }};
monadify_term {{ Maj }};
monadify_term {{ round_00_15_spec }};
monadify_term {{ round_16_80_spec }};
monadify_term {{ processBlock_loop_spec }};
monadify_term {{ processBlock_spec }};
monadify_term {{ processBlocks_loop_spec }};
monadify_term {{ processBlocks_spec }};

mr_solver_prove round_00_15 {{ round_00_15_spec }};
mr_solver_prove round_16_80 {{ round_16_80_spec }};
Expand Down

0 comments on commit 37ba742

Please sign in to comment.