I have a C# function for SHA256 hashing that I need to convert to Delphi function. I have tried converting it, but the hash values returned do not match the values the vendor says I should get
public static string GenerateDigest() {
var digest = "";
var bodyText = "{...