Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

add fixed-graph-py, generating zero-knowledge proof symbolic graphs #39

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

autistic-symposium-helper
Copy link
Member

Description:

in zkps we want to prove a statement where f evaluated at x_i results in (y_1,...,y_n), i.e., f(x_1, ..., x_n) = (y_1, ..., y_n).

this can be expressed as a fixed computational graph, where relationships between nodes are related by operations such as multiplication or addition.

in addition, some nodes can be related with an equality relationship on which the node's value is computed outside of the graph and constrained by a hint.


🏴‍☠️ misogynists, bigots, xenophobic, liars: we are coming for you.

@von-steinkirch von-steinkirch merged commit e0d6405 into main Nov 14, 2023
2 checks passed
@von-steinkirch von-steinkirch deleted the add_comp branch November 14, 2023 01:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants