Skip to content

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblat

This is a C++ library for lattice reduction.

How to Install

First, you need to clone this repository to your computer:

$ git clone https://github.com/satoshin-des/liblat.git

Use cd command to change the directories to liblat:

$ cd liblat

Next, use cmake to compile the source codes:

$ mkdir build
$ cd build
build$ cmake ..
build$ make

If you want to compile and run test.cpp, use ctest

build$ ctest
build$ ./test_exec

Releases

Packages

Contributors

Languages