1 type derived from SHA3_512
System.Security.Cryptography (1)
System\Security\Cryptography\SHA3_512.cs (1)
293
private sealed class Implementation :
SHA3_512
9 references to SHA3_512
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
99
digestLengthInBytes =
SHA3_512
.HashSizeInBytes;
System\Security\Cryptography\CryptographicOperations.cs (1)
805
return
SHA3_512
.HashSizeInBytes;
System\Security\Cryptography\HMACCommon.cs (2)
91
Debug.Assert(
SHA3_512
.IsSupported);
92
modifiedKey =
SHA3_512
.HashData(key);
System\Security\Cryptography\IncrementalHash.cs (1)
400
case 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
" />.
56
public static new
SHA3_512
Create()