2 writes to _algorithm
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
127
_algorithm
= algorithm;
143
_algorithm
= algorithm;
2 references to _algorithm
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Unix.cs (2)
170
Check(Interop.Crypto.EvpDigestReset(_ctx,
_algorithm
));
185
return new LiteHash(clone,
_algorithm
, _hashSizeInBytes);