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

Introduce Original Mercurial Commitments

Open nkaskov opened this issue 3 years ago • 0 comments

Implement the Mercurial Commitments together with the tests (it means you need to find an implementation or generate tests). Find the introduction to commitment schemes concept in the first section of the spec.

Is has to be compatible with the commitment scheme trait.

Commitments schemes are placed in here.

As a full example of already implemented commitment scheme LPC commitment can be used. You may need to use a bit different interface, but it makes sense to take a look at LPC.

nkaskov avatar Sep 14 '22 21:09 nkaskov