Skip to content

Releases: HorizenLabs/poly-commit

Release list

0.2.2

Choose a tag to compare

@lander86 lander86 released this 14 Feb 10:13
0.2.2
907a7fb

Update to ginger-lib 0.4.0

0.2.1

Choose a tag to compare

@lander86 lander86 released this 16 Nov 17:35
0.2.1
55172cc

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.