2 instantiations of LiteXof
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
27return new LiteXof(algorithm); 83return new LiteXof(clone, _algorithm);
12 references to LiteXof
System.Security.Cryptography (12)
System\Security\Cryptography\LiteHash.Unix.cs (2)
24internal static LiteXof CreateXof(string hashAlgorithmId) 79public 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) 255LiteXof clone = _hashProvider.Clone();
System\Security\Cryptography\Shake256.cs (3)
22private readonly LiteXof _hashProvider; 40internal Shake256(LiteXof hashProvider) 255LiteXof clone = _hashProvider.Clone();