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