keep-starknet-strange / garaga

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

Rust implementation of extension field elements multiplication #167

Closed raugfer closed 2 months ago

raugfer commented 2 months ago

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

The primitive is currently implemented in Python

Issue Number: #161

What is the new behavior?

We have ported the implementaion to Rust

Does this introduce a breaking change?