2 instantiations of LiteXof
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Windows.cs (2)
28return new LiteXof(hashAlgorithmId); 282return new LiteXof(clone, _algorithm);
12 references to LiteXof
System.Security.Cryptography (12)
System\Security\Cryptography\LiteHash.Windows.cs (2)
26internal static LiteXof CreateXof(string hashAlgorithmId) 279public LiteXof Clone()
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 (3)
22private readonly LiteXof _hashProvider; 40internal Shake128(LiteXof hashProvider) 253LiteXof clone = _hashProvider.Clone();
System\Security\Cryptography\Shake256.cs (3)
22private readonly LiteXof _hashProvider; 40internal Shake256(LiteXof hashProvider) 253LiteXof clone = _hashProvider.Clone();