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