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.
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 inutil
and makes a little bit weird to found them.