1 instantiation of LiteHash
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Unix.cs (1)
15return new LiteHash(algorithm);
6 references to LiteHash
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
88private readonly LiteHash _liteHash;
System\Security\Cryptography\LiteHash.Unix.cs (1)
12internal static LiteHash CreateHash(string hashAlgorithmId)
System\Security\Cryptography\LiteHashProvider.cs (4)
15LiteHash hash = CreateHash(hashAlgorithmId); 22LiteHash hash = CreateHash(hashAlgorithmId); 39LiteHash hash = CreateHash(hashAlgorithmId); 53LiteHash hash = CreateHash(hashAlgorithmId);