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