crypto-notes
crypto-notes copied to clipboard
My notes related to Cryptography & Zero-Knowledge.
Cryptography Notes
Notes from several resources on Cryptography & Zero-Knowledge Proofs.
Setup
We use mdBook along with several plugins:
- mdbook-katex for math displays.
- mdbook-mermaid for MermaidJS renders.
- mdbook-toc for table of contents.
- css is a custom CSS to align Mermaid outputs to center.
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!