> ## 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.

# core::ec::EcState

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

```rust theme={null}
pub extern type EcState;
```
