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