Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transparent execution: verify shielded VPs transparently #248

Merged
merged 4 commits into from
Nov 17, 2023

Conversation

XuyangSong
Copy link
Collaborator

close #239

@XuyangSong XuyangSong requested a review from bazzilic November 16, 2023 13:20
taiga_halo2/src/action.rs Outdated Show resolved Hide resolved
taiga_halo2/src/action.rs Outdated Show resolved Hide resolved
fn verify_transparently(
&self,
) -> Result<ValidityPredicatePublicInputs, TransactionError> {
use halo2_proofs::dev::MockProver;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This executes the circuit transparently?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is usually used in tests. The MockProver checks the constraints transparently instead of creating a proof.

@XuyangSong XuyangSong merged commit cba5f58 into main Nov 17, 2023
6 checks passed
@XuyangSong XuyangSong deleted the xuyang/transparent_execute branch December 4, 2023 16:06
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.

Transparent Execution inside of Taiga
2 participants