ParametersWithSBox constructor

ParametersWithSBox(
  1. CipherParameters? _parameters,
  2. List<int> _sBox
)

Implementation

ParametersWithSBox(this._parameters, this._sBox);