1 write to s_sha512
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
264
s_sha512
= new CngAlgorithm(BCryptNative.AlgorithmName.Sha512);
2 references to s_sha512
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
263
if (
s_sha512
== null) {
267
return
s_sha512
;