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