class documentation

class _Curve25519SHA256: (source)

Implements interfaces: twisted.conch.ssh._kex._IEllipticCurveExchangeKexAlgorithm

View In Hierarchy

Elliptic Curve Key Exchange using Curve25519 and SHA256. Defined in https://datatracker.ietf.org/doc/draft-ietf-curdle-ssh-curves/.
Class Variable preference An int giving the preference of the algorithm when negotiating key exchange. Algorithms with lower precedence values are more preferred.
preference: int = (source)
An int giving the preference of the algorithm when negotiating key exchange. Algorithms with lower precedence values are more preferred.