2 references to GetAlgorithmName
ILCompiler.ReadyToRun (2)
Compiler\CryptographicHashProvider.cs (2)
239
var algorithmName =
GetAlgorithmName
(hashAlgorithm);
249
return ComputeHash(
GetAlgorithmName
(hashAlgorithm), bytes);