Skip to content

Commit

Permalink
add comment in readme about renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostic committed Apr 1, 2024
1 parent 0d09e05 commit c5acfb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/ml_kem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The following changes were made to the source code in `ml_kem_ipd_ref_common` di
- `kem.c`: call to randombytes function is replaced with a call to pq_custom_randombytes and the appropriate header file is included (crypto/rand_extra/pq_custom_randombytes.h).
- `fips202.{h|c}` are deleted and the ones from `crypto/kyber/pqcrystals_kyber_ref_common` directory are used.
- `symmetric-shake.c`: unnecessary include of fips202.h is removed.
- `api.h`: `pqcrystals` prefix substituted with `ml_kem` (to be able build alongside `crypto/kyber`).

0 comments on commit c5acfb3

Please sign in to comment.