> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starknet-privacy-docs.mintlify.site/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;
```
