18 lines
372 B
YAML
18 lines
372 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
|
|
- Public Keys:
|
|
- RSA: rsa.md
|
|
- Examples:
|
|
- Generating RSA Keys: examples-rsa-keys.md
|