Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Polynomial Commitment -- arkworks-rs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
STEVAN Antoine
Polynomial Commitment -- arkworks-rs
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
f9a137cfcb548a53d6a481cd9efd0b71fd2c5eeb
Select Git revision
Branches
2
examples
master
default
protected
Tags
3
v0.3.0
0.2.0
v0.2.0
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
3
Apr
31
Mar
30
29
28
20
16
Feb
15
26
Aug
5
May
4
26
Jan
27
Dec
5
Aug
4
22
Jul
6
Jun
10
Apr
24
Mar
23
21
8
Feb
3
1
21
Jan
26
Dec
17
16
9
7
24
Nov
18
15
12
9
6
5
29
Oct
20
19
19
Sep
17
14
3
31
Aug
24
Jun
15
9
6
27
May
11
4
3
26
Mar
25
24
23
16
13
12
7
1
28
Feb
31
Jan
22
15
Dec
3
18
Nov
31
Oct
30
7
18
Sep
15
14
13
CI: add same jobs as in original GitHub fork
master
master
fix a typo in the "unknown" arm of `match`
examples
examples
add the `--overhead` option to `examples/toolkit run`
get the result of the `match` in a variable
dump the batch proof to NUON in the multi-poly-multi-point setup
dump the proof to NUON data
make `PolynomialCommitment::Proof` "serde"able
format the code
add a bit more documentation to the `run` command and the `README`
give the check status to the output NUON data: true or false
give cloned values to the polynomial commitments
move the printing to `show_*` functions
print the values as a NUON table after the query set
print the query set as a NUON table
add a bit more polynomials and points in the examples
refactor the `cargo ... | from nuon` calls in the toolkit
put the NUON conversion in the toolkit directly
add `--all-pc-examples` to the `toolkit run` command
add NUON debug to all the examples
put all the debug on a single line
add NUON debug to the multi-polynomial-multi-point setup
put all the output on a single line
add NUON debug output to the regular PC scheme
directly pass the challenge generator to the PC calls
make the multi-polynomial-multi-point work in the examples
remove the `EvaluationDomain` contraint on `F: PrimeField`
adapt `batch::end_to_end` to a multi-poly-multi-point setup
rename `proofs` to `proof` => it's a single batch proof
reorder the imports
pass the `query_set` from `prove` to `check`
make `batch::check` multi-poly and multi-point
fix the ownership of the labeled polynomials
make `build_query_set` only borrow its arguments
fix the `Evaluations` import
make `batch::prove` multi-polynomial and multi-point
use the draft "batch" `end_to_end` template in all examples
make `common::polynomial_commitment::batch` public
add a new clone of the common template as `batch` module
add the same exact example but with `sonic`
rename `kzg-pc` into `marlin` and `ipa-pc` into plain `ipa`
Loading