Skip to content

Commit

Permalink
Sorry out a proof earlier to avoid PANIC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel committed Oct 16, 2024
1 parent f937b7f commit a03cb49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Proofs/AES-GCM/GCMInitV8Sym.lean
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ theorem gcm_init_v8_program_correct (s0 sf : ArmState)
-- unable to be reflected
sym_n 152
simp only [Htable_addr, state_value] -- TODO: state_value is needed, why
apply And.intro
-- [Shilpi] Commenting out the following because the CI fails with
-- "INTERNAL PANIC: out of memory"
/-
apply And.intro
· bv_decide
· simp only
[shift_left_common_aux_64_2
Expand All @@ -116,4 +119,5 @@ theorem gcm_init_v8_program_correct (s0 sf : ArmState)
BitVec.one_mul]
-- bv_check "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
-/
sorry

0 comments on commit a03cb49

Please sign in to comment.