2 references to SHA256
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)
265else if (algorithm == HashAlgorithmType.SHA256)