diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-03-31 15:58:07 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-03-31 15:58:07 -0400 |
commit | 6d847d70254379fb21744cfe91f2ef5860a3129d (patch) | |
tree | 6dca4151479c4cde34ce8971b6c84651226e546f | |
parent | 82b65f6d1a874eb8c3d2e6c1aca837a73383dcee (diff) | |
download | pablotron.org-6d847d70254379fb21744cfe91f2ef5860a3129d.tar.xz pablotron.org-6d847d70254379fb21744cfe91f2ef5860a3129d.zip |
content/posts/2025-03-31-ml-kem-vs-dh-and-ecdh.md: fix explanation url
-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 |