Uint8List open(Uint8List box) { if (box == null) return null; // prepare shared key if (this._sharedKey == null) before(); return open_after(box, 0, box.length); }