From 101bfab20227c4d328c08451cf22b8c54e6ce516 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Thu, 11 Sep 2025 16:09:36 -0400 Subject: [PATCH] Update summary for CryptographicOperations documentation CryptographicOperations was documented as doing exclusively side-channel resistant things. Let's relax the description a little since we introduced HashData and HmacData. --- xml/System.Security.Cryptography/CryptographicOperations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography/CryptographicOperations.xml b/xml/System.Security.Cryptography/CryptographicOperations.xml index a976ec218c7..a21411a1fdb 100644 --- a/xml/System.Security.Cryptography/CryptographicOperations.xml +++ b/xml/System.Security.Cryptography/CryptographicOperations.xml @@ -40,7 +40,7 @@ - Provides methods for use in working with cryptography to reduce the risk of side-channel information leakage. + Provides methods for common cryptographic operations and reducing side-channel information leakage. To be added.