4 references to CSHAKE256
System.Security.Cryptography (4)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (2)
45
case HashAlgorithmNames.
CSHAKE256
:
258
else if (hashAlgorithmId == HashAlgorithmNames.
CSHAKE256
)
System\Security\Cryptography\LiteHash.Windows.cs (1)
185
HashAlgorithmNames.
CSHAKE256
=> (nuint)Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE256_ALG_HANDLE,
System\Security\Cryptography\Shake256.Windows.cs (1)
13
private const string HashAlgorithmId = HashAlgorithmNames.
CSHAKE256
;