Ejemplo n.º 1
0
 public override void Load(ByteReader reader)
 {
     // First, the client sends the following:
     //  byte SSH_MSG_KEXDH_INIT (handled by base class)
     //  mpint e
     ClientValue = reader.GetMPInt();
 }
Ejemplo n.º 2
0
 public override void Load(ByteReader reader)
 {
     ClientValue = reader.GetMPInt();
 }