Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).