ParametersWithSBox constructor
ParametersWithSBox(
- CipherParameters? _parameters,
- List<
int> _sBox
Implementation
ParametersWithSBox(this._parameters, this._sBox);