4 references to CSHAKE128
System.Security.Cryptography (4)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (2)
44
case HashAlgorithmNames.
CSHAKE128
:
253
else if (hashAlgorithmId == HashAlgorithmNames.
CSHAKE128
)
System\Security\Cryptography\LiteHash.Windows.cs (1)
184
HashAlgorithmNames.
CSHAKE128
=> (nuint)Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE128_ALG_HANDLE,
System\Security\Cryptography\Shake128.Windows.cs (1)
13
private const string HashAlgorithmId = HashAlgorithmNames.
CSHAKE128
;