2 references to ComputeHashEx
MonoTargetsTasks (2)
EmitBundleTask\EmitBundleBase.cs (1)
122string resourceDataSymbol = $"bundled_resource_{ToSafeSymbolName(TruncateEncodedHash(Utils.ComputeHashEx(resourcePath, Utils.HashAlgorithmType.SHA256, Utils.HashEncodingType.Base64Safe), MaxEncodedHashLength))}";
src\tasks\Common\Utils.cs (1)
294return ComputeHashEx(filepath);