diff options
Diffstat (limited to 'math/fplll/DESCR')
-rw-r--r-- | math/fplll/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/fplll/DESCR b/math/fplll/DESCR new file mode 100644 index 00000000000..92cc048023c --- /dev/null +++ b/math/fplll/DESCR @@ -0,0 +1,10 @@ +The library contains implementations of several lattice algorithms. +The implementation relies of floating-point orthogonalization, and +LLL is central to the code, hence the name. + +Other algorithms provided by the library include + + - BKZ/BKZ-2.0 with support of slide reduction and self dual BKZ. + - Kannan-Fincke-Pohst algorithm that finds the shortest non-zero + lattic vector. + - GaussSieve algorithm for the same problem as above. |