keep-starknet-strange / garaga

State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet 🐺.
MIT License
170 stars 37 forks source link

feat: PyO3 & Maturin for poseidon_transcript.py #111

Closed feltroidprime closed 4 months ago

feltroidprime commented 5 months ago

Implement Rust bindings for the file poseidon_transcript.py while maintaining same methods and properties.

Demonstrate performance improvements when running benchmarks.py

Use https://pyo3.rs/ and PR to rewrite branch.

StarkFishinator commented 5 months ago

Hi, I would like to try this one :)