ed25519_kholaw_point

Module for ed25519-kholaw point.

class Ed25519KholawPoint(point_bytes: bytes)

Bases: Ed25519Point

Ed25519-Kholaw point class.

static CurveType() EllipticCurveTypes

Get the elliptic curve type.

Returns:

Elliptic curve type

Return type:

EllipticCurveTypes

m_is_generator: bool
m_enc_bytes: bytes
m_x: Optional[int]
m_y: Optional[int]