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

ZkSnarks Readme #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

iamalwaysuncomfortable
Copy link
Owner

@iamalwaysuncomfortable iamalwaysuncomfortable commented Jan 4, 2023

Motivation

A series of documents on explaining ZkSnarks with working code examples is currently being developed. This series is aimed at explaining to developers without knowledge of underlying cryptography math how ZkSnarks work and how they can apply them to their products. This ReadMe provides the document that explains the underlying mechanics of ZkSnarks.

Changelog

Creation of draft of the ZkSnarks mechanics explanation. This document starts from the creation of arbitrary computation and walks through the process of creating polynomial commitments via quadratic arithmetic programs.

Work In Progress

  • Complete explanation of rank 1 constraints
  • Create explanation of quadratic arithmetic programs
  • Work through full example of ZkSnark creation

Future Work

  • Creation of document explaining how to use modern libraries to create ZkSnarks and deploy them into applications
  • Creation of example code creating ZkSnarks
  • Creation of simple deployment of a ZkSnarks system

@iamalwaysuncomfortable iamalwaysuncomfortable marked this pull request as ready for review August 28, 2023 23:45
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