Import fplll_5.0.3.orig.tar.gz
authorJulien Puydt <julien.puydt@laposte.net>
Wed, 19 Oct 2016 19:29:47 +0000 (20:29 +0100)
committerJulien Puydt <julien.puydt@laposte.net>
Wed, 19 Oct 2016 19:29:47 +0000 (20:29 +0100)
commit7e1e0ac47aeedea95d6e6be8a258fd0d73d0d9c5
tree81ca9c2610c9ac6a266fb1079fbc7ba4ecb185f6
Import fplll_5.0.3.orig.tar.gz

[dgit import orig fplll_5.0.3.orig.tar.gz]
104 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README.md [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/templates/customdoxygen.css [new file with mode: 0644]
doc/templates/doxy-boot.js [new file with mode: 0644]
doc/templates/footer.html [new file with mode: 0644]
doc/templates/header.html [new file with mode: 0644]
dpe.h.patch [new file with mode: 0644]
fplll.pc.in [new file with mode: 0644]
fplll/Makefile.am [new file with mode: 0644]
fplll/ballvol.const [new file with mode: 0644]
fplll/bkz.cpp [new file with mode: 0644]
fplll/bkz.h [new file with mode: 0644]
fplll/bkz_param.cpp [new file with mode: 0644]
fplll/bkz_param.h [new file with mode: 0644]
fplll/defs.h [new file with mode: 0644]
fplll/enum/enumerate.cpp [new file with mode: 0644]
fplll/enum/enumerate.h [new file with mode: 0644]
fplll/enum/enumerate_base.cpp [new file with mode: 0644]
fplll/enum/enumerate_base.h [new file with mode: 0644]
fplll/enum/evaluator.cpp [new file with mode: 0644]
fplll/enum/evaluator.h [new file with mode: 0644]
fplll/enum/topenum.cpp [new file with mode: 0644]
fplll/enum/topenum.h [new file with mode: 0644]
fplll/factorial.const [new file with mode: 0644]
fplll/fplll.cpp [new file with mode: 0644]
fplll/fplll.h [new file with mode: 0644]
fplll/fplll_config.h.in [new file with mode: 0644]
fplll/gso.cpp [new file with mode: 0644]
fplll/gso.h [new file with mode: 0644]
fplll/io/json.hpp [new file with mode: 0644]
fplll/latticegen.cpp [new file with mode: 0644]
fplll/lll.cpp [new file with mode: 0644]
fplll/lll.h [new file with mode: 0644]
fplll/llldiff.cpp [new file with mode: 0644]
fplll/main.cpp [new file with mode: 0644]
fplll/main.h [new file with mode: 0644]
fplll/nr/dpe.h [new file with mode: 0644]
fplll/nr/matrix.cpp [new file with mode: 0644]
fplll/nr/matrix.h [new file with mode: 0644]
fplll/nr/nr.h [new file with mode: 0644]
fplll/nr/nr_FP.inl [new file with mode: 0644]
fplll/nr/nr_FP_d.inl [new file with mode: 0644]
fplll/nr/nr_FP_dd.inl [new file with mode: 0644]
fplll/nr/nr_FP_dpe.inl [new file with mode: 0644]
fplll/nr/nr_FP_ld.inl [new file with mode: 0644]
fplll/nr/nr_FP_misc.inl [new file with mode: 0644]
fplll/nr/nr_FP_mpfr.inl [new file with mode: 0644]
fplll/nr/nr_FP_qd.inl [new file with mode: 0644]
fplll/nr/nr_Z.inl [new file with mode: 0644]
fplll/nr/nr_Z_d.inl [new file with mode: 0644]
fplll/nr/nr_Z_l.inl [new file with mode: 0644]
fplll/nr/nr_Z_misc.inl [new file with mode: 0644]
fplll/nr/nr_Z_mpz.inl [new file with mode: 0644]
fplll/nr/nr_rand.inl [new file with mode: 0644]
fplll/nr/numvect.h [new file with mode: 0644]
fplll/pruner.cpp [new file with mode: 0644]
fplll/pruner.h [new file with mode: 0644]
fplll/sieve/sampler_basic.cpp [new file with mode: 0644]
fplll/sieve/sampler_basic.h [new file with mode: 0644]
fplll/sieve/sampler_main.cpp [new file with mode: 0644]
fplll/sieve/sieve_common.h [new file with mode: 0644]
fplll/sieve/sieve_gauss.cpp [new file with mode: 0644]
fplll/sieve/sieve_gauss.h [new file with mode: 0644]
fplll/sieve/sieve_gauss_2sieve.cpp [new file with mode: 0644]
fplll/sieve/sieve_gauss_3sieve.cpp [new file with mode: 0644]
fplll/sieve/sieve_gauss_4sieve.cpp [new file with mode: 0644]
fplll/sieve/sieve_gauss_str.h [new file with mode: 0644]
fplll/sieve/sieve_main.cpp [new file with mode: 0644]
fplll/sieve/sieve_main.h [new file with mode: 0644]
fplll/svpcvp.cpp [new file with mode: 0644]
fplll/svpcvp.h [new file with mode: 0644]
fplll/util.cpp [new file with mode: 0644]
fplll/util.h [new file with mode: 0644]
fplll/wrapper.cpp [new file with mode: 0644]
fplll/wrapper.h [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
strategies/default.json [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/lattices/dim55_in [new file with mode: 0644]
tests/lattices/example_dsvp_in [new file with mode: 0644]
tests/lattices/example_dsvp_out [new file with mode: 0644]
tests/lattices/example_in [new file with mode: 0644]
tests/lattices/example_out [new file with mode: 0644]
tests/lattices/example_svp_in [new file with mode: 0644]
tests/lattices/example_svp_out [new file with mode: 0644]
tests/test_bkz.cpp [new file with mode: 0644]
tests/test_lll.cpp [new file with mode: 0644]
tests/test_nr.cpp [new file with mode: 0644]
tests/test_pruner.cpp [new file with mode: 0644]
tests/test_sieve.cpp [new file with mode: 0644]
tests/test_svp.cpp [new file with mode: 0644]
tools/plot_gso_dump.py [new file with mode: 0755]
tools/reformat.pl [new file with mode: 0755]
tools/reformat_magma.pl [new file with mode: 0755]