https://github.com/erhant/crypto-notes
My notes related to Cryptography & Zero-Knowledge.
https://github.com/erhant/crypto-notes
blog cryptography markdown mdbook
Last synced: 7 months ago
JSON representation
My notes related to Cryptography & Zero-Knowledge.
- Host: GitHub
- URL: https://github.com/erhant/crypto-notes
- Owner: erhant
- License: mit
- Created: 2022-05-18T08:05:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T19:32:48.000Z (over 1 year ago)
- Last Synced: 2025-03-17T23:14:25.985Z (7 months ago)
- Topics: blog, cryptography, markdown, mdbook
- Language: Markdown
- Homepage: https://crypto.erhant.me/
- Size: 2.2 MB
- Stars: 41
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cryptography Notes
Notes from several resources on Cryptography & Zero-Knowledge Proofs.
## Setup
We use [mdBook](https://github.com/rust-lang/mdBook) along with several plugins:
- [mdbook-katex](https://github.com/lzanini/mdbook-katex) for math displays.
- [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) for MermaidJS renders.
- [mdbook-toc](https://github.com/badboy/mdbook-toc) for table of contents.
- [css](./custom.css) is a custom CSS to align Mermaid outputs to center.## Usage
After setup is complete, you can use the following commands:
```sh
# 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!