Skip to content

Configurable instance query#96

Merged
han0110 merged 3 commits into
privacy-ethereum:mainfrom
han0110:feature/configurable-instance-query
Oct 22, 2022
Merged

Configurable instance query#96
han0110 merged 3 commits into
privacy-ethereum:mainfrom
han0110:feature/configurable-instance-query

Conversation

@han0110

@han0110 han0110 commented Aug 20, 2022

Copy link
Copy Markdown

This PR aims to make KZG commitment scheme not to query the instance columns from prover, instead calculate the evaluation directly in verifier side.

Current implementation is adding a const QUERY_INSTANCE: bool in Prover and Verifier traits, then in create_proof and verify_proof it gets the instance evaluation from transcript or by evaluating respectively.

@han0110 han0110 force-pushed the feature/configurable-instance-query branch from 443818d to 669a02a Compare September 12, 2022 08:04
@han0110 han0110 force-pushed the feature/configurable-instance-query branch from 669a02a to 090c4d7 Compare September 12, 2022 08:09
@han0110 han0110 marked this pull request as ready for review September 12, 2022 08:09
@andyguzmaneth andyguzmaneth requested review from kilic and removed request for CPerezz September 22, 2022 11:22
jonathanpwang added a commit to jonathanpwang/snark-verifier that referenced this pull request Oct 16, 2022
in `halo2_proofs` main. Made modifications so that `plonk-verifier` now
works even without "Configurable instance query" privacy-ethereum/halo2#96
@han0110 han0110 merged commit 5fc8ce8 into privacy-ethereum:main Oct 22, 2022
@han0110 han0110 deleted the feature/configurable-instance-query branch February 9, 2023 08:06
iquerejeta added a commit to input-output-hk/halo2 that referenced this pull request May 8, 2024
…parallelize-endoscaling-tests

Parallelize endoscaling tests
@guorong009 guorong009 mentioned this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants