2 references to BCRYPT_CSHAKE256_ALG_HANDLE
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
260algHandle = Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE256_ALG_HANDLE;
System\Security\Cryptography\LiteHash.Windows.cs (1)
185HashAlgorithmNames.CSHAKE256 => (nuint)Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE256_ALG_HANDLE,