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: support more flexible chaining of NIVC circuits #90

Open
lonerapier opened this issue Jan 14, 2025 · 0 comments
Open

feat: support more flexible chaining of NIVC circuits #90

lonerapier opened this issue Jan 14, 2025 · 0 comments

Comments

@lonerapier
Copy link
Collaborator

v0.7.0 circuits only supports 1 chain (plaintext_authentication -> HTTP Verification -> JSON extraction). Extend the circuits to support multiple subchains.

flowchart LR

i([input]) --> p1[plaintext_authentication]
subgraph one
p1-->h1[http_verification]
h1-->j1[json_extraction]
end
subgraph two
j1-->p2[plaintext_authentication]
p2-->h2[http_verification]
h2-->j2[json_extraction]
end
Loading
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

No branches or pull requests

1 participant