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

https://github.com/isaac-defrain/cryptography

Crypto BIP (Book In Progress)
https://github.com/isaac-defrain/cryptography

crypto cryptography python

Last synced: 2 months ago
JSON representation

Crypto BIP (Book In Progress)

Awesome Lists containing this project

README

        

# 🔐 Cryptography

- 🗒 [Notes](./notes)
- 🐍 [Python examples](./examples/)

## 🛠 Get the tools

- `rustup` + `cargo`
- `mdbook`

## Get the code

Clone the repo

```bash
git clone https://github.com/Isaac-DeFrain/cryptography.git
```

## Build the book

```bash
cd notes/
mdbook serve --open
```