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