Skip to content

Commit

Permalink
progressing
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbarbosa-lectures committed Dec 22, 2024
1 parent d2820cc commit 284736c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proof/correctness/avx2/MLKEM_PolyPolyVec_stack_bridges.ec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require import MLKEMFCLib WArray384.
op load_array1184 (m : global_mem_t) (p : address) : W8.t Array1184.t =
(Array1184.init (fun (i : int) => m.[p + i])).

(*
lemma poly_to_bytes_stack_equiv _mem _pos _a :
0 <= _pos <= 1184+2*384 =>
equiv [ Jkem_avx2_stack.M._i_poly_tobytes
Expand Down Expand Up @@ -166,7 +165,6 @@ Glob.mem{2} = (stores _mem _pos (take (3*384) (to_list r{1}))) /\ pp{2} = (of_in

by auto => />.
qed.
*)

require import WArray1152 Array144.

Expand Down

0 comments on commit 284736c

Please sign in to comment.