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