2 references to FormatSha256Digest
Microsoft.NET.Build.Containers (2)
DigestUtils.cs (1)
40internal static string ComputeSha256Digest(string content) => FormatSha256Digest(ComputeSha256(content));
ImageBuilder.cs (1)
66string imageDigest = DigestUtils.FormatSha256Digest(imageSha);