Calculate the SHA-512 hash of the input data
static List<int> sha512Hash(List<int> data) { return SHA512.hash(data); }