Box.nonce constructor

Box.nonce(
  1. Uint8List _theirPublicKey,
  2. Uint8List _mySecretKey,
  3. int _nonce
)

Implementation

Box.nonce(this._theirPublicKey, this._mySecretKey, this._nonce) {
  // generate pre-computed shared key
  before();
}