dusk-network / bulletproofs_gadgets

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

Generate Benchmarks for Sk #7

Open LukePearson1 opened 4 years ago

LukePearson1 commented 4 years ago

If we can generate benchmarks for the in circuit ECC operations which use zerocaf they can be formatted and stored. As this can be the best way to compare to both other embedded curve(s) and the cost of doing it without an embedded curve.

If we can get it started with the Sk proof, that would be ideal.

CPerezz commented 4 years ago

Once #5 is closed you will be able to start.

Anyway, there are a few considerations regarding the constrains that we need to think about.

Also, the code can be optimized, now it's just prototyping the solution.