Skip to content

Commit

Permalink
mlkem: swap i,j in matrix expansion
Browse files Browse the repository at this point in the history
Kyber generates matrix A in a following way:
A[i][j] = Parse(XOF(rho||j||i))

In case of MLKEM it is:
A[i][j] = Parse(XOF(rho||i||j))
  • Loading branch information
kriskwiatkowski committed Oct 13, 2023
1 parent 0513616 commit 93d9853
Show file tree
Hide file tree
Showing 4 changed files with 24,000 additions and 24,002 deletions.
Loading

0 comments on commit 93d9853

Please sign in to comment.