Skip to content

Commit

Permalink
Trying out
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Nov 5, 2024
1 parent 15204d8 commit aa6b3cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Proofs/AES-GCM/GCMInitV8Sym.lean
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ theorem gcm_init_v8_program_run_152 (s0 sf : ArmState)
set_option maxRecDepth 100000 in
set_option maxHeartbeats 500000 in
set_option sat.timeout 120 in
set_option trace.profiler true in
-- set_option trace.profiler true in
-- set_option pp.deepTerms true in
-- set_option pp.maxSteps 10000 in
-- set_option trace.profiler true in
Expand Down Expand Up @@ -116,6 +116,7 @@ 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_decide
sorry
-- bv_check "lrat_files/GCMInitV8Sym.lean-GCMInitV8Program.gcm_init_v8_program_correct-117-4.lrat"
-- TODO: proof works in vscode but timeout in the CI -- need to investigate further

0 comments on commit aa6b3cf

Please sign in to comment.