1 instantiation of LiteHash
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
18return new LiteHash(hashAlgorithmId);
5 references to LiteHash
System.Security.Cryptography (5)
System\Security\Cryptography\LiteHash.Windows.cs (1)
16private 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);