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)
- Host: GitHub
- URL: https://github.com/isaac-defrain/cryptography
- Owner: Isaac-DeFrain
- License: mit
- Created: 2022-09-28T16:58:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T17:44:27.000Z (over 2 years ago)
- Last Synced: 2025-02-08T02:43:48.771Z (4 months ago)
- Topics: crypto, cryptography, python
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```