1 type derived from SHA3_256
System.Security.Cryptography (1)
System\Security\Cryptography\SHA3_256.cs (1)
293private sealed class Implementation : SHA3_256
9 references to SHA3_256
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
93digestLengthInBytes = SHA3_256.HashSizeInBytes;
System\Security\Cryptography\CryptographicOperations.cs (1)
791return SHA3_256.HashSizeInBytes;
System\Security\Cryptography\HMACCommon.cs (2)
72Debug.Assert(SHA3_256.IsSupported); 73modifiedKey = SHA3_256.HashData(key);
System\Security\Cryptography\IncrementalHash.cs (1)
379case HashAlgorithmNames.SHA3_256 when !SHA3_256.IsSupported:
System\Security\Cryptography\SHA3_256.cs (4)
32/// Initializes a new instance of <see cref="SHA3_256" />. 48/// Creates an instance of the default implementation of <see cref="SHA3_256" />. 51/// A new instance of <see cref="SHA3_256" />. 56public static new SHA3_256 Create()