Skip to content

Releases: HorizenLabs/poly-commit

0.2.2

14 Feb 10:13
0.2.2
907a7fb
Compare
Choose a tag to compare

Update to ginger-lib 0.4.0

0.2.1

16 Nov 17:35
0.2.1
55172cc
Compare
Choose a tag to compare

Forked from arkworks and adapted to the needs of the Darlin protocol suite:

  • Reduction to the single polynomial commitment scheme, the “dlog” scheme;
  • Multi-poly multi-point opening proof (or, “batch evaluation proof”);
  • Domain extension beyond the size of the committer key (aka “segmentation”);
  • FiatShamirRng trait with sponge-like interfaces and ChaChaRng-based implementation (moved from Marlin to this repository);
  • Evaluation provers and verifiers are given a FiatShamirRng as input, to support a composability within large protocols.