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

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.

Awesome Lists containing this project

README

          



Cryptography Notes


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



Workflow: Book Deployment

## 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!