cryptotools/mkdocs.yml
2026-02-18 12:36:14 +01:00

23 lines
514 B
YAML

site_name: CryptoTools documentation
theme:
name: "readthedocs"
plugins:
- mkdocstrings
nav:
- Introduction: introduction.md
- Installation: installation.md
- Low-level cryptographic:
- Number theory: number-theory.md
- Group theory: group-theory.md
- Curves: curves.md
- Elliptic Curve Cryptography: ecc.md
- Public Keys:
- RSA: rsa.md
- Utils:
- Utils: utils.md
- Examples:
- Generating RSA Keys: example-rsa-keys.md
- Generating Curves: example-curves.md