Elliptic curve state. Use this to perform multiple point operations efficiently. Initialize with EcStateTrait::init, add points with EcStateTrait::add or EcStateTrait::add_mul, and finalize with EcStateTrait::finalize.

Signature

pub extern type EcState;