Computes the SHA-256 digest of data in one call.
data
static Uint8List compute(Uint8List data) => (Sha256()..add(data)).finish();