We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cdbf0 commit 0ca80a2Copy full SHA for 0ca80a2
release-notes/10.0/preview/preview5/libraries.md
@@ -10,7 +10,7 @@ Here's a summary of what's new in .NET Libraries in this preview release:
10
11
## Post-Quantum Cryptography (PQC)
12
13
-.NET 10 Preview 5 includes support for three new asymmetric algorithms: ML-KEM (FIPS 202), ML-DSA (FIPS 203), and SLH-DSA (FIPS 204).
+.NET 10 Preview 5 includes support for three new asymmetric algorithms: ML-KEM (FIPS 203), ML-DSA (FIPS 204), and SLH-DSA (FIPS 205).
14
These new algorithms made us call into question some of the assumptions underlying the `AsymmetricAlgorithm` type,
15
and we found that there's not much benefit (but some non-trivial drawbacks) to have these algorithm classes continue to derive from it.
16
0 commit comments