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