An open API service indexing awesome lists of open source software.

https://github.com/fbielejec/zksnarks-notes

notes & explorations of various zero knowledge protocols
https://github.com/fbielejec/zksnarks-notes

cryptography elliptic-curves pairings snarks zero-knowledge

Last synced: 3 months ago
JSON representation

notes & explorations of various zero knowledge protocols

Awesome Lists containing this project

README

        

+TITLE: SNARKs by hand
#+AUTHOR: Filip Bielejec
#+LANGUAGE: en
#+latex_class_options: [12pt]
#+INCLUDE: arithmetic.org
#+INCLUDE: algebra.org
#+INCLUDE: elliptic_curves.org
#+INCLUDE: pairings.org
#+INCLUDE: playground.org

* Table of Contents
| file | Description |
|--------------------------+-----------------------------------------------------------|
| [[file:arithmetics.org][Arithmetic prerequisites]] | Preliminary definitions |
| [[file:algebra.org][Algebra prerequisites]] | Finite fields, prime fields, field extensions |
| [[file:elliptic_curves.org][Elliptic curves]] | Everything EC up to EC pairings |
| [[file:pairings.org][Elliptic Curve Pairings]] | Everything you need to compute the Weil and Tate pairings |
| [[file:playground.org][Playground]] | Sage playground |