diff options
-rw-r--r-- | content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md b/content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md index b37f821..a8a3c17 100644 --- a/content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md +++ b/content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md @@ -102,8 +102,8 @@ There are a lot of other details but hopefully this gives you enough to start to If you want to see some source code, [here][fips203ipd-github] is a self-contained, single-file, dependency-free [C11][] implementation of the [FIPS 203 initial public draft (IPD)][fips203ipd] that I wrote last year. It includes test vectors, [SIMD][] acceleration, and the necessary bits of [FIPS 202][] (SHA3-256, SHA3-512, SHAKE128, and SHAKE256), but it has not been updated to reflect the changes in the final version of [FIPS 203][]. I mainly wrote it for fun, to learn, and to provide public comments to [NIST][] during the standardization process. -[answer]: https://arstechnica.com/security/2024/09/microsoft-adds-quantum-resistant-algorithms-to-its-core-crypto-library/?comments=1&comments-page=1#comments - "My comment explanating ML-KEM." +[answer]: https://arstechnica.com/security/2024/09/microsoft-adds-quantum-resistant-algorithms-to-its-core-crypto-library/?comments=1&post=43146142 + "ML-KEM explanation." [ars technica article]: https://arstechnica.com/security/2024/09/microsoft-adds-quantum-resistant-algorithms-to-its-core-crypto-library/?comments=1&comments-page=1#comments "As quantum computing threats loom, Microsoft updates its core crypto library (arstechica.com)" [ml-kem]: https://csrc.nist.gov/pubs/fips/203/final |