Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncomputable/tackling-bulletproofs
In-depth survey into what Bulletproofs are and how they work
https://github.com/uncomputable/tackling-bulletproofs
cryptography learning mathematics pdf tutorial zero-knowledge-proof
Last synced: 25 days ago
JSON representation
In-depth survey into what Bulletproofs are and how they work
- Host: GitHub
- URL: https://github.com/uncomputable/tackling-bulletproofs
- Owner: uncomputable
- Created: 2023-03-13T19:43:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T19:56:13.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T01:23:34.689Z (over 1 year ago)
- Topics: cryptography, learning, mathematics, pdf, tutorial, zero-knowledge-proof
- Language: TeX
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tackling Bulletproofs
This document is an in-depth in-depth survey into what Bulletproofs are and how they work.
It is based on [From Zero (Knowledge) to Bulletproofs](https://github.com/AdamISZ/from0k2bp)
which I recommend you check out.
I wanted to dive deeper on many points, so I did.
The present document contains what I learned in a somewhat self-contained fashion.
I hope this is useful to others who want to build a deep understanding of what zero-knowledge proofs are and how they work.PRs and issues are welcome.
## Building
```
latexmk -pdflatex main.txt
```## Compiled PDF
A recent PDF version can be found in the [pdf branch](https://github.com/uncomputable/tackling-bulletproofs/blob/pdf/main.pdf).