Skip to content

Commit

Permalink
fix mlkem768 sct : using jasmin-lang/jasmin#785
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Apr 18, 2024
1 parent 8a1fc0f commit b807810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/jasmin/mlkem_avx2/indcpa.jinc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ require "polyvec.jinc"
require "gen_matrix.jinc"

inline
fn __indcpa_keypair(reg u64 pkp, reg u64 skp, reg ptr u8[MLKEM_SYMBYTES] randomnessp)
fn __indcpa_keypair(#spill_to_mmx reg u64 pkp skp, reg ptr u8[MLKEM_SYMBYTES] randomnessp)
{
stack u16[MLKEM_K*MLKEM_VECN] aa;
stack u16[MLKEM_VECN] e pkpv skpv;
Expand Down

0 comments on commit b807810

Please sign in to comment.