diff --git a/docs/core/whats-new/dotnet-10/libraries.md b/docs/core/whats-new/dotnet-10/libraries.md index a146d9f6bc4e2..c3b1a759c9940 100644 --- a/docs/core/whats-new/dotnet-10/libraries.md +++ b/docs/core/whats-new/dotnet-10/libraries.md @@ -59,7 +59,7 @@ If you want even more control, you can use [the overload](xref:System.Security.C ### Post-quantum cryptography (PQC) -.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: +.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: - `System.Security.Cryptography.MLKem` - `System.Security.Cryptography.MLDsa`