2 instantiations of LiteHash
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
15
return new
LiteHash
(algorithm);
185
return new
LiteHash
(clone, _algorithm, _hashSizeInBytes);
8 references to LiteHash
System.Security.Cryptography (8)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
88
private readonly
LiteHash
_liteHash;
97
private EvpHashProvider(
LiteHash
hash, bool running)
System\Security\Cryptography\LiteHash.Unix.cs (2)
12
internal static
LiteHash
CreateHash(string hashAlgorithmId)
181
public
LiteHash
Clone()
System\Security\Cryptography\LiteHashProvider.cs (4)
15
LiteHash
hash = CreateHash(hashAlgorithmId);
22
LiteHash
hash = CreateHash(hashAlgorithmId);
39
LiteHash
hash = CreateHash(hashAlgorithmId);
53
LiteHash
hash = CreateHash(hashAlgorithmId);