1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Fix typo in Preview 5 release notes. (#9929)

The FIPS PUBS numbers were off by one.
This commit is contained in:
Kevin Jones
2025-06-10 14:39:18 -04:00
committed by GitHub
parent c2cdbf0f69
commit 0ca80a2ac7

View File

@@ -10,7 +10,7 @@ Here's a summary of what's new in .NET Libraries in this preview release:
## Post-Quantum Cryptography (PQC) ## Post-Quantum Cryptography (PQC)
.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).
These new algorithms made us call into question some of the assumptions underlying the `AsymmetricAlgorithm` type, These new algorithms made us call into question some of the assumptions underlying the `AsymmetricAlgorithm` type,
and we found that there's not much benefit (but some non-trivial drawbacks) to have these algorithm classes continue to derive from it. and we found that there's not much benefit (but some non-trivial drawbacks) to have these algorithm classes continue to derive from it.