1 type derived from SHA3_384
System.Security.Cryptography (1)
System\Security\Cryptography\SHA3_384.cs (1)
231
private sealed class Implementation :
SHA3_384
9 references to SHA3_384
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
96
digestLengthInBytes =
SHA3_384
.HashSizeInBytes;
System\Security\Cryptography\CryptographicOperations.cs (1)
1085
return
SHA3_384
.HashSizeInBytes;
System\Security\Cryptography\HMACCommon.cs (2)
87
Debug.Assert(
SHA3_384
.IsSupported);
88
modifiedKey =
SHA3_384
.HashData(key);
System\Security\Cryptography\IncrementalHash.cs (1)
459
case HashAlgorithmNames.SHA3_384 when !
SHA3_384
.IsSupported:
System\Security\Cryptography\SHA3_384.cs (4)
39
/// Initializes a new instance of <see cref="
SHA3_384
" />.
55
/// Creates an instance of the default implementation of <see cref="
SHA3_384
" />.
58
/// A new instance of <see cref="
SHA3_384
" />.
63
public static new
SHA3_384
Create()