Haderach / liblll

python library to manage and reduce lattices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibLLL

LibLLL 0.1 seems to work with python from 2.7 (some bugs in the fractions module in previous version) to python 3.2. LibLLL is not the faster LLL algorithm but it seems to work, if you want to improve it -- don't hesitate :)

Quick start

export PYTHONPATH=/dir1/dir2/.../liblll:$PYTHONPATH
python reduction_examples.py

Documentation

kutio's blog post with examples of problems and LibLLL usage.

About

python library to manage and reduce lattices


Languages

Language:Python 100.0%