dusk-network / bulletproofs_gadgets

A container to test bulletproofs gadgets implementations
Apache License 2.0
5 stars 1 forks source link

Better lib modularisation #14

Closed CPerezz closed 4 years ago

CPerezz commented 4 years ago

The idea imo should be to sepparate the gadgets according to which objects are oriented to work for.

So for example, what we have done with ristretto_point.rs. but creating a module for it with it's own directory and tests self-contained. We should do the same for SonnyScalar or other objects which gadgets are currently located in util and makes a little bit weird to found them.