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