Skip to content
/ LLL Public

A command-line implementation of the LLL Algorithm for lattices.

Notifications You must be signed in to change notification settings

rajrkane/LLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

LLL

An implementation of the LLL Algorithm, first described by Lenstra, Lenstra, and Lovasz in 1982.

Requirements

A recent version of Python and NumPy.

To use

Run python LLL.py basis where the n-dimensional basis should be input as the following string: '[[basis[0][0],basis[0][1],...,basis[0][n-1]], [basis[1][0],...,basis[1][n-1]],...,[basis[n-1][0],...,basis[n-1][n-1]]'. This only handles full rank lattices.

About

A command-line implementation of the LLL Algorithm for lattices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages