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
- Host: GitHub
- URL: https://github.com/fbielejec/zksnarks-notes
- Owner: fbielejec
- Created: 2025-03-10T07:20:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:35:37.000Z (3 months ago)
- Last Synced: 2025-03-24T15:36:50.795Z (3 months ago)
- Topics: cryptography, elliptic-curves, pairings, snarks, zero-knowledge
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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 |