Hi concord, I had a look at SHA-512, and did a trial implementation today. As I suspected, it's just a small change on SHA-256. Here's the external function definition: sha512(data: Binary; length: Integer64; digest: Binary[64] output) is "SHA512" in libeay32 applicationServerExecution; The 'applica...