1 type derived from SHA3_384
System.Security.Cryptography (1)
System\Security\Cryptography\SHA3_384.cs (1)
294
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)
798
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)
397
case 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
" />.
56
public static new
SHA3_384
Create()