crypto3-zk icon indicating copy to clipboard operation
crypto3-zk copied to clipboard

Introduce Kate-commitment modification used in Sonic proof system

Open nkaskov opened this issue 3 years ago • 0 comments

Implement the commitment scheme used in Sonic Proof system together with the tests (it means you need to find an implementation and generate tests). It is described in section 6.2 of proof system spec.

Is has to be compatible with the commitment scheme trait .

Commitments schemes are placed in a directory of zk repository .

As a full example of already implemented commitment scheme LPC commitment can be used.

nkaskov avatar Aug 08 '22 19:08 nkaskov