MSG_KEXDH_REPLY constructor

MSG_KEXDH_REPLY([
  1. BigInt f,
  2. Uint8List kS,
  3. Uint8List hSig
])

Implementation

MSG_KEXDH_REPLY([this.f, this.kS, this.hSig]) : super(ID);