Skip to content

Commit

Permalink
add: ML-DSA and ML-KEM guides
Browse files Browse the repository at this point in the history
Git was mixing the docs/source version and the resources/guides version,
so a separate commit it is.
  • Loading branch information
JulioLoayzaM committed Nov 25, 2024
1 parent 3855df8 commit 209b627
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CRYSTALS-Dilithium
# ML-DSA

:::{attention} Work in progress
We are currently updating the CRYSTALS-Dilithium guide to ML-DSA.
:::

[Dilithium](https://pq-crystals.org/dilithium/index.shtml) is "a digital
signature scheme that is strongly secure under chosen message attacks based on
Expand Down Expand Up @@ -155,5 +159,5 @@ Other attacks:

## Bibliography

:::{bibliography} dilithium.bib
:::{bibliography} mldsa.bib
:::
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CRYSTALS-Kyber
# ML-KEM

:::{attention} Work in progress
We are currently updating the CRYSTALS-Kyber guide to ML-KEM.
:::

[Kyber](https://pq-crystals.org/kyber/index.shtml) is "an IND-CCA2-secure key
encapsulation mechanism (KEM), whose security is based on the hardness of
Expand Down Expand Up @@ -143,5 +147,5 @@ Leakage of Barrett Reduction, {cite}`sim_chosen-ciphertext_2022`.

## Bibliography

:::{bibliography} kyber.bib
:::{bibliography} mlkem.bib
:::

0 comments on commit 209b627

Please sign in to comment.