Skip to content
/ liblll Public
forked from kutio/liblll

python library to manage and reduce lattices

Notifications You must be signed in to change notification settings

robin92/liblll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%