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

[zk-token-sdk] Add sigma/range proof verification instructions #30816

Closed
wants to merge 3 commits into from
Closed

[zk-token-sdk] Add sigma/range proof verification instructions #30816

wants to merge 3 commits into from

Conversation

samkim-crypto
Copy link
Contributor

Problem

The PR #29996 enables storing context states for ZkTokenProof instructions. This allows larger zkp instructions to be broken into chunks, processed separately, and stored into temporary context states to be cross-verified by the token-2022 program.

However, the actual smaller proof chunk instructions (sigma proofs, range proofs) were not added in #29996.

Summary of Changes

Add the smaller proof instructions for the sigma and range proofs.

Fixes #

@samkim-crypto samkim-crypto added the work in progress This isn't quite right yet label Mar 21, 2023
@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 12, 2023
@samkim-crypto samkim-crypto removed the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 12, 2023
@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 27, 2023
@samkim-crypto samkim-crypto removed the stale [bot only] Added to stale content; results in auto-close after a week. label May 2, 2023
@samkim-crypto
Copy link
Contributor Author

Subsumed by #31788, #31793, and #31808.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress This isn't quite right yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

1 participant