curve property

Curve curve

Curve configures the desired packet.Curve if the Algorithm is PubKeyAlgoECDSA, PubKeyAlgoEdDSA, or PubKeyAlgoECDH. If empty Curve25519 is used.

Implementation

Curve get curve =>
    Curve.fromValue(const fb.Int32Reader().vTableGet(_bc, _bcOffset, 6, 0));