Releases: HorizenLabs/poly-commit
Releases · HorizenLabs/poly-commit
0.2.2
0.2.1
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.