fplll

Lattice algorithms using floating-point arithmetic for basis reduction

brewmacoslinux
Try with needOr install directly
Source

About

Lattice algorithms using floating-point arithmetic

Commands

fplll

Examples

Reduce a lattice basis using LLL algorithm from a matrix file$ fplll -a lll input_matrix.txt
Perform BKZ reduction on a lattice basis with blocksize 20$ fplll -a bkz -b 20 input_matrix.txt
Convert lattice basis and output reduced form to a file$ fplll input_matrix.txt > output_reduced.txt