You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by https://github.com/crate-crypto/py-arkworks-bls12381, I think it would be a good idea to make an opinionated Python wrapper for arkworks. To start with it could focus on a single curve/field/etc, and offer operations like MSMs, FFTs, IFFTs, polynomial arithmetic, etc.
The goal would be to allow simple and efficient protocol prototyping with arkworks.
Subsequently we could even enable writing circuits in Python and have them translated to Rust, either via the ConstraintSystem API or via some other custom wrapper.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Inspired by https://github.com/crate-crypto/py-arkworks-bls12381, I think it would be a good idea to make an opinionated Python wrapper for arkworks. To start with it could focus on a single curve/field/etc, and offer operations like MSMs, FFTs, IFFTs, polynomial arithmetic, etc.
The goal would be to allow simple and efficient protocol prototyping with arkworks.
Subsequently we could even enable writing circuits in Python and have them translated to Rust, either via the
ConstraintSystem
API or via some other custom wrapper.Beta Was this translation helpful? Give feedback.
All reactions