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

Python code reorganization under folder hydra/garaga #152

Closed raugfer closed 1 month ago

raugfer commented 1 month ago

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

Code for the garaga Python package is currently under hydra and tools/starknet folders.

What is the new behavior?

Reconciles the code base so that all the required code is under hydra/garaga; all cross-references fixed.

Does this introduce a breaking change?