The certified digest of bytes — one rule, one place.
bytes
static String digestOf(List<int> bytes) => sha256.convert(bytes).toString();