6 references to CreateXof
System.Security.Cryptography (6)
System\Security\Cryptography\LiteHashProvider.Xof.cs (4)
15LiteXof hash = CreateXof(hashAlgorithmId); 23LiteXof hash = CreateXof(hashAlgorithmId); 68LiteXof hash = CreateXof(hashAlgorithmId); 83LiteXof hash = CreateXof(hashAlgorithmId);
System\Security\Cryptography\Shake128.cs (1)
37_hashProvider = LiteHashProvider.CreateXof(HashAlgorithmId);
System\Security\Cryptography\Shake256.cs (1)
37_hashProvider = LiteHashProvider.CreateXof(HashAlgorithmId);