Uint8List process(Uint8List data) { update(data, 0, data.length); var out = Uint8List(digestSize); doFinal(out, 0); return out; }