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