Skip to content

Commit

Permalink
Missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbarbosa-lectures committed Aug 27, 2024
1 parent 1474c8e commit 9809171
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray160.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray160 with op size <- 160.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray2048.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray2048 with op size <- 2048.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray2176.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray2176 with op size <- 2176.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray224.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray224 with op size <- 224.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray288.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray288 with op size <- 288.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray544.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray544 with op size <- 544.
3 changes: 3 additions & 0 deletions code/jasmin/mlkem_avx2/extraction/WArray8.ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Jasmin require import JWord_array.

clone export WArray as WArray8 with op size <- 8.

0 comments on commit 9809171

Please sign in to comment.