Calcula o hash SHA256 dos dados data.
data
List<int> sha256(List<int> data) { return crypto.sha256.convert(data).bytes; }