Skip to content

Commit

Permalink
Turn bv_decide into bv_check
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Oct 11, 2024
1 parent 1b5df7c commit 1fdd2f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proofs/AES-GCM/GCMInitV8Sym.lean
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ theorem gcm_init_v8_program_correct (s0 sf : ArmState)
Nat.zero_mod, Nat.zero_add, Nat.sub_zero, Nat.mul_one, Nat.zero_mul, Nat.one_mul,
Nat.reduceSub, BitVec.reduceMul, BitVec.reduceXOr, BitVec.mul_one, Nat.add_one_sub_one,
BitVec.one_mul]
bv_decide
bv_check "GCMInitV8Sym.lean-GCMInitV8Program.gcm_init_v8_program_correct-117-4.lrat"
Binary file not shown.

0 comments on commit 1fdd2f5

Please sign in to comment.