plonk icon indicating copy to clipboard operation
plonk copied to clipboard

Use Traits to completely modularise polynomial commitment scheme

Open kevaundray opened this issue 4 years ago • 1 comments

Currently the Commitment Scheme is loosely coupled with the proving system. However, we only use KZG10 and import it directly. We can use traits to completely remove the specific instance of KZG10

kevaundray avatar Mar 04 '20 13:03 kevaundray

I think we could remove the 3rd and 4th iteration labels since we will need to see common and shared data structures between different polynomial commitment schemes to generate an idea of the architecture of the Trait system that we will implement for this.

CPerezz avatar Apr 02 '20 12:04 CPerezz

Outdated.

marta-belles avatar Oct 17 '23 09:10 marta-belles