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

Feat: Stealth Drop Circuit #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feat: Stealth Drop Circuit #2

wants to merge 2 commits into from

Conversation

shreyas-londhe
Copy link
Collaborator

This PR implements the circuit for Stealth Drop using PLUMEs.

Circuit Inputs

  • Public Inputs:
    • merkle_root
    • nullifier
    • s
  • Private Inputs:
    • merkle_proof
    • merkle_proof_path
    • c
    • message
    • public_key

Circuit Checks

  • Verifies that the public_key is included in the public merkle_root.
  • Verifies that the nullifier is constructed using the given public_key and message.

@shreyas-londhe
Copy link
Collaborator Author

Please review @Divide-By-0

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.

1 participant