Calculate the SHA-512/256 hash of the input data
static List<int> sha512256Hash(List<int> data) { return SHA512256.hash(data); }