Skip to content

Commit 0ca80a2

Browse files
authored
Fix typo in Preview 5 release notes. (#9929)
The FIPS PUBS numbers were off by one.
1 parent c2cdbf0 commit 0ca80a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/10.0/preview/preview5/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here's a summary of what's new in .NET Libraries in this preview release:
1010

1111
## Post-Quantum Cryptography (PQC)
1212

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).
13+
.NET 10 Preview 5 includes support for three new asymmetric algorithms: ML-KEM (FIPS 203), ML-DSA (FIPS 204), and SLH-DSA (FIPS 205).
1414
These new algorithms made us call into question some of the assumptions underlying the `AsymmetricAlgorithm` type,
1515
and we found that there's not much benefit (but some non-trivial drawbacks) to have these algorithm classes continue to derive from it.
1616

0 commit comments

Comments
 (0)