NethermindEth / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
1 stars 3 forks source link

Point free secp256 on native #101

Closed xrvdg closed 2 weeks ago

xrvdg commented 2 weeks ago

Native doesn't need to keep track of points when executing secp256 operations. Rewrite the instructions in terms of Affine<Curve> instead of the old syscall handler.