Box constructor

Box(
  1. Uint8List _theirPublicKey,
  2. Uint8List _mySecretKey
)

Implementation

Box(this._theirPublicKey, this._mySecretKey) {
  _nonce = 68;
}