EncodingParams constructor

EncodingParams(
  1. int type,
  2. Uint8List sealed,
  3. Uint8List iv,
  4. Uint8List ivSealed, {
  5. Uint8List? senderPublicKey,
})

Implementation

EncodingParams(
  this.type,
  this.sealed,
  this.iv,
  this.ivSealed, {
  this.senderPublicKey,
});