Skip to content

Repository structure

Project repository is structured as follows:

├── bkz # python modules for lattice reduction algorithms
├── docs
├── LICENSE
├── main.py
├── Makefile
├── mkdocs.yml
├── plotter.py
├── README.md
├── requirements.txt
├── ruff.toml
└── tests

Each module has a corresponding page in this online source code documentation where the module functionality is explained.