Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

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;