2 writes to _algorithm
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
41
_algorithm
= algorithm;
50
_algorithm
= algorithm;
2 references to _algorithm
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
65
Check(Interop.Crypto.EvpDigestReset(_ctx,
_algorithm
));
90
return new LiteXof(clone,
_algorithm
);