crypto-notes icon indicating copy to clipboard operation
crypto-notes copied to clipboard

My notes related to Cryptography & Zero-Knowledge.

Cryptography Notes

Notes from several resources on Cryptography & Zero-Knowledge Proofs.

Workflow: Book Deployment

Setup

We use mdBook along with several plugins:

Usage

After setup is complete, you can use the following commands:

# serve
mdbook serve --open

# build
mdbook build

[!TIP]

You can also these scripts via make.

Contributions

Feel free to open an issue or a pull-request for any fixes or additions!