MSG_KEX_DH_GEX_REPLY constructor

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

Implementation

MSG_KEX_DH_GEX_REPLY([BigInt f, Uint8List kS, Uint8List hSig])
    : super(f, kS, hSig) {
  id = ID;
}