keep-starknet-strange / garaga

State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet 🐺.
https://felt.gitbook.io/garaga
MIT License
183 stars 40 forks source link

feat: Improve serialization and calldata size for all curves except BLS #182

Closed feltroidprime closed 6 days ago

feltroidprime commented 2 weeks ago

As calldata is charged 0.128 gas / felt on Starknet and all curves except BLS has 3 limbs that are non zero, we can save 25% of calldata cost (and also deserialization cost) by assuming the 4th limb is 0 for all curve_ids except BLS12-381.

This require :