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