Skip to content

Commit 84882d2

Browse files
authored
Fix FIPS references (#47267)
1 parent d17ce8a commit 84882d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats-new/dotnet-10/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you want even more control, you can use [the overload](xref:System.Security.C
5959

6060
### Post-quantum cryptography (PQC)
6161

62-
.NET 10 includes support for three new asymmetric algorithms: ML-KEM (FIPS 202), ML-DSA (FIPS 203), and SLH-DSA (FIPS 204). The new types are:
62+
.NET 10 includes support for three new asymmetric algorithms: ML-KEM (FIPS 203), ML-DSA (FIPS 204), and SLH-DSA (FIPS 205). The new types are:
6363

6464
- `System.Security.Cryptography.MLKem` <!--xref:System.Security.Cryptography.MLKem-->
6565
- `System.Security.Cryptography.MLDsa` <!--xref:System.Security.Cryptography.MLDsa-->

0 commit comments

Comments
 (0)