6 references to CreateXof
System.Security.Cryptography (6)
System\Security\Cryptography\LiteHashProvider.Xof.cs (4)
15
LiteXof hash =
CreateXof
(hashAlgorithmId);
23
LiteXof hash =
CreateXof
(hashAlgorithmId);
68
LiteXof hash =
CreateXof
(hashAlgorithmId);
83
LiteXof 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);