MSG_KEX_DH_GEX_REPLY class

S generates a random number y, where 0 < y < (p-1)/2, and computes f = g^y mod p. S receives "e". It computes K = e^y mod p, and H.

Inheritance

Constructors

MSG_KEX_DH_GEX_REPLY([BigInt? f, Uint8List? kS, Uint8List? hSig])

Properties

f BigInt?
getter/setter pairinherited
hashCode int?
The hash code for this object.
no setterinherited
hSig Uint8List?
getter/setter pairinherited
id int?
getter/setter pairinherited
kS Uint8List?
getter/setter pairinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
serializedHeaderSize int?
Minimum size for this serialized object.
no setterinherited
serializedSize int?
Exact size for this serialized object.
no setterinherited

Methods

deserialize(SerializableInput? input) → void
Interface for intput serialization.
inherited
fromRaw(SerializableInput? input) → void
Deserializes this Serializable from a SerializableInput.
inherited
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(SerializableOutput? output) → void
Interface for output serialization.
inherited
toBytes(dynamic zlib, Random? random, int? blockSize) Uint8List?
inherited
toPacket(Uint8List? payload, Random? random, int? blockSize) Uint8List?
inherited
toRaw({Endian? endian = Endian.big}) Uint8List?
Serializes this Serializable to a Uint8List.
inherited
toString() String?
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool?
The equality operator.
inherited

Constants

ID → const int?