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

Rust implementation of Cairo Poseidon transcript #171

Closed raugfer closed 3 weeks ago

raugfer commented 3 weeks ago

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

Cairo Poseidon transcript is implemented in Python

Issue Number: #160

What is the new behavior?

Implemented in Rust using FieldElement

Does this introduce a breaking change?