table of contents
other versions
LATSIEVE(1) | User Commands | LATSIEVE(1) |
NAME¶
latsieve - sieving on a lattice
SYNOPSIS¶
latsieve [options]
DESCRIPTION¶
See /usr/share/doc/libfplll-dev/README.md.gz from the libfplll-dev package for more details.
Does (tuple) lattice sieve on a matrix (seen as row vectors) given in a file as parameter
List of options:¶
-a [2|3|4]
- 2- or 3- or 4-sieve; 2-sieve is the Gauss sieve
-f filename
- Input filename
-r nnn
- Generate a random instance of dimension nnn
-t nnn
- Targeted norm^2=nnn
-s nnn
- Using seed=nnn
-b nnn
- BKZ preprocessing of blocksize=nnn
-v
- Verbose mode
September 2020 | latsieve (fplll) 5.3.3 |