Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 22, 2024
1 parent a63b8e5 commit 04d070e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ suffer less from quantum computers. For AES, simply update from AES-128 to AES-2

The library has not been independently audited yet.

There is no protection against side-channel attacks.

If you see anything unusual: investigate and report.

## Speed
Expand Down
2 changes: 2 additions & 0 deletions src/ml-dsa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ function getDilithium(opts: DilithiumOpts): Signer {
// But they return different results! However, decompose is same.
// So, either there is a bug in Dilithium ref implementation or in FIPS204.
// For now, lets use dilithium one, so test vectors can be passed.
// See
// https://github.com/GiacomoPope/dilithium-py?tab=readme-ov-file#optimising-decomposition-and-making-hints
return res0;
};

Expand Down

0 comments on commit 04d070e

Please sign in to comment.