├── .github └── workflows │ ├── bootstrap.yml │ ├── docker.yml │ ├── release.yml │ └── tests.yml ├── .gitignore ├── Dockerfile ├── Dockerfile.sagemath ├── LICENSE ├── MANIFEST.in ├── Makefile.am ├── README.rst ├── article.pdf ├── bkz.py ├── bootstrap.sh ├── configure.ac ├── examples ├── all_short_vectors.py ├── simple_pump.py └── use_pump.py ├── full_sieve.py ├── g6k.pc.in ├── g6k ├── __init__.py ├── algorithms │ ├── __init__.py │ ├── bkz.py │ ├── ducas18.py │ ├── pump.py │ └── workout.py ├── decl.pxd ├── siever.pxd ├── siever.pyx ├── siever_params.pxd ├── siever_params.pyx ├── spherical_coding │ ├── codes.py │ ├── launch_all.sh │ ├── sc_100_256.def │ ├── sc_101_256.def │ ├── sc_102_256.def │ ├── sc_103_256.def │ ├── sc_104_256.def │ ├── sc_105_256.def │ ├── sc_106_256.def │ ├── sc_107_256.def │ ├── sc_108_256.def │ ├── sc_109_256.def │ ├── sc_10_256.def │ ├── sc_110_256.def │ ├── sc_111_256.def │ ├── sc_112_256.def │ ├── sc_113_256.def │ ├── sc_114_256.def │ ├── sc_115_256.def │ ├── sc_116_256.def │ ├── sc_117_256.def │ ├── sc_118_256.def │ ├── sc_119_256.def │ ├── sc_11_256.def │ ├── sc_120_256.def │ ├── sc_121_256.def │ ├── sc_122_256.def │ ├── sc_123_256.def │ ├── sc_124_256.def │ ├── sc_125_256.def │ ├── sc_126_256.def │ ├── sc_127_256.def │ ├── sc_128_256.def │ ├── sc_129_256.def │ ├── sc_12_256.def │ ├── sc_130_256.def │ ├── sc_131_256.def │ ├── sc_132_256.def │ ├── sc_133_256.def │ ├── sc_134_256.def │ ├── sc_135_256.def │ ├── sc_136_256.def │ ├── sc_137_256.def │ ├── sc_138_256.def │ ├── sc_139_256.def │ ├── sc_13_256.def │ ├── sc_140_256.def │ ├── sc_141_256.def │ ├── sc_142_256.def │ ├── sc_143_256.def │ ├── sc_144_256.def │ ├── sc_145_256.def │ ├── sc_146_256.def │ ├── sc_147_256.def │ ├── sc_148_256.def │ ├── sc_149_256.def │ ├── sc_14_256.def │ ├── sc_150_256.def │ ├── sc_151_256.def │ ├── sc_152_256.def │ ├── sc_153_256.def │ ├── sc_154_256.def │ ├── sc_155_256.def │ ├── sc_156_256.def │ ├── sc_157_256.def │ ├── sc_158_256.def │ ├── sc_159_256.def │ ├── sc_15_256.def │ ├── sc_16_256.def │ ├── sc_17_256.def │ ├── sc_18_256.def │ ├── sc_19_256.def │ ├── sc_1_256.def │ ├── sc_20_256.def │ ├── sc_21_256.def │ ├── sc_22_256.def │ ├── sc_23_256.def │ ├── sc_24_256.def │ ├── sc_25_256.def │ ├── sc_26_256.def │ ├── sc_27_256.def │ ├── sc_28_256.def │ ├── sc_29_256.def │ ├── sc_2_256.def │ ├── sc_30_256.def │ ├── sc_31_256.def │ ├── sc_32_256.def │ ├── sc_33_256.def │ ├── sc_34_256.def │ ├── sc_35_256.def │ ├── sc_36_256.def │ ├── sc_37_256.def │ ├── sc_38_256.def │ ├── sc_39_256.def │ ├── sc_3_256.def │ ├── sc_40_256.def │ ├── sc_41_256.def │ ├── sc_42_256.def │ ├── sc_43_256.def │ ├── sc_44_256.def │ ├── sc_45_256.def │ ├── sc_46_256.def │ ├── sc_47_256.def │ ├── sc_48_256.def │ ├── sc_49_256.def │ ├── sc_4_256.def │ ├── sc_50_256.def │ ├── sc_51_256.def │ ├── sc_52_256.def │ ├── sc_53_256.def │ ├── sc_54_256.def │ ├── sc_55_256.def │ ├── sc_56_256.def │ ├── sc_57_256.def │ ├── sc_58_256.def │ ├── sc_59_256.def │ ├── sc_5_256.def │ ├── sc_60_256.def │ ├── sc_61_256.def │ ├── sc_62_256.def │ ├── sc_63_256.def │ ├── sc_64_256.def │ ├── sc_65_256.def │ ├── sc_66_256.def │ ├── sc_67_256.def │ ├── sc_68_256.def │ ├── sc_69_256.def │ ├── sc_6_256.def │ ├── sc_70_256.def │ ├── sc_71_256.def │ ├── sc_72_256.def │ ├── sc_73_256.def │ ├── sc_74_256.def │ ├── sc_75_256.def │ ├── sc_76_256.def │ ├── sc_77_256.def │ ├── sc_78_256.def │ ├── sc_79_256.def │ ├── sc_7_256.def │ ├── sc_80_256.def │ ├── sc_81_256.def │ ├── sc_82_256.def │ ├── sc_83_256.def │ ├── sc_84_256.def │ ├── sc_85_256.def │ ├── sc_86_256.def │ ├── sc_87_256.def │ ├── sc_88_256.def │ ├── sc_89_256.def │ ├── sc_8_256.def │ ├── sc_90_256.def │ ├── sc_91_256.def │ ├── sc_92_256.def │ ├── sc_93_256.def │ ├── sc_94_256.def │ ├── sc_95_256.def │ ├── sc_96_256.def │ ├── sc_97_256.def │ ├── sc_98_256.def │ ├── sc_99_256.def │ └── sc_9_256.def └── utils │ ├── __init__.py │ ├── cli.py │ ├── lwe_estimation.py │ ├── machine.py │ ├── stats.py │ └── util.py ├── hkz.py ├── hkz_maybe.py ├── install-dependencies.sh ├── kernel ├── Makefile.am ├── bdgl_sieve.cpp ├── bgj1_sieve.cpp ├── compat.hpp ├── control.cpp ├── cpuperf.cpp ├── cpuperformance.hpp ├── db.inl ├── fht_lsh.cpp ├── fht_lsh.h ├── hash_table.inl ├── hk3_sieve.cpp ├── parallel_algorithms.hpp ├── params.cpp ├── random.hpp ├── siever.h ├── siever.inl ├── sieving.cpp ├── simd.h ├── simd.inl ├── simhash.inl ├── statistics.hpp ├── thread_pool.hpp └── untemplate.mac ├── lwe_challenge.py ├── m4 ├── ax_check_compile_flag.m4 ├── ax_cxx_compile_stdcxx.m4 ├── ax_ext.m4 ├── ax_gcc_x86_avx_xgetbv.m4 ├── ax_gcc_x86_cpuid.m4 └── ax_pthread.m4 ├── plain_sieve.py ├── pytest.ini ├── requirements.txt ├── scripts ├── genexporters.sh ├── stats_exp.txt └── stats_list.txt ├── setup.py ├── spherical_coding ├── svp_challenge.py ├── svp_exact.py ├── svp_exact_find_norm.py └── tests ├── test_bkz.py ├── test_full_sieve.py └── test_svp_challenge.py /.github/workflows/bootstrap.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/.github/workflows/bootstrap.yml -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile.sagemath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/Dockerfile.sagemath -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/README.rst -------------------------------------------------------------------------------- /article.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/article.pdf -------------------------------------------------------------------------------- /bkz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/bkz.py -------------------------------------------------------------------------------- /bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/bootstrap.sh -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/configure.ac -------------------------------------------------------------------------------- /examples/all_short_vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/examples/all_short_vectors.py -------------------------------------------------------------------------------- /examples/simple_pump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/examples/simple_pump.py -------------------------------------------------------------------------------- /examples/use_pump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/examples/use_pump.py -------------------------------------------------------------------------------- /full_sieve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/full_sieve.py -------------------------------------------------------------------------------- /g6k.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k.pc.in -------------------------------------------------------------------------------- /g6k/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/__init__.py -------------------------------------------------------------------------------- /g6k/algorithms/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/algorithms/__init__.py -------------------------------------------------------------------------------- /g6k/algorithms/bkz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/algorithms/bkz.py -------------------------------------------------------------------------------- /g6k/algorithms/ducas18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/algorithms/ducas18.py -------------------------------------------------------------------------------- /g6k/algorithms/pump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/algorithms/pump.py -------------------------------------------------------------------------------- /g6k/algorithms/workout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/algorithms/workout.py -------------------------------------------------------------------------------- /g6k/decl.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/decl.pxd -------------------------------------------------------------------------------- /g6k/siever.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/siever.pxd -------------------------------------------------------------------------------- /g6k/siever.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/siever.pyx -------------------------------------------------------------------------------- /g6k/siever_params.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/siever_params.pxd -------------------------------------------------------------------------------- /g6k/siever_params.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/siever_params.pyx -------------------------------------------------------------------------------- /g6k/spherical_coding/codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/codes.py -------------------------------------------------------------------------------- /g6k/spherical_coding/launch_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/launch_all.sh -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_100_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_100_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_101_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_101_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_102_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_102_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_103_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_103_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_104_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_104_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_105_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_105_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_106_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_106_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_107_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_107_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_108_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_108_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_109_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_109_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_10_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_10_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_110_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_110_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_111_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_111_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_112_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_112_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_113_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_113_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_114_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_114_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_115_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_115_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_116_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_116_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_117_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_117_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_118_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_118_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_119_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_119_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_11_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_11_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_120_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_120_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_121_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_121_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_122_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_122_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_123_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_123_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_124_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_124_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_125_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_125_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_126_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_126_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_127_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_127_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_128_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_128_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_129_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_129_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_12_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_12_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_130_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_130_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_131_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_131_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_132_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_132_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_133_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_133_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_134_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_134_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_135_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_135_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_136_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_136_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_137_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_137_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_138_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_138_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_139_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_139_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_13_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_13_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_140_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_140_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_141_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_141_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_142_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_142_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_143_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_143_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_144_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_144_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_145_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_145_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_146_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_146_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_147_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_147_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_148_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_148_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_149_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_149_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_14_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_14_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_150_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_150_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_151_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_151_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_152_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_152_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_153_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_153_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_154_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_154_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_155_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_155_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_156_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_156_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_157_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_157_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_158_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_158_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_159_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_159_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_15_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_15_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_16_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_16_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_17_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_17_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_18_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_18_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_19_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_19_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_1_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_1_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_20_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_20_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_21_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_21_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_22_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_22_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_23_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_23_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_24_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_24_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_25_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_25_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_26_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_26_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_27_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_27_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_28_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_28_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_29_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_29_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_2_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_2_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_30_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_30_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_31_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_31_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_32_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_32_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_33_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_33_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_34_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_34_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_35_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_35_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_36_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_36_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_37_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_37_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_38_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_38_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_39_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_39_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_3_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_3_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_40_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_40_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_41_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_41_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_42_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_42_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_43_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_43_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_44_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_44_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_45_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_45_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_46_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_46_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_47_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_47_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_48_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_48_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_49_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_49_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_4_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_4_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_50_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_50_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_51_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_51_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_52_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_52_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_53_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_53_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_54_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_54_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_55_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_55_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_56_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_56_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_57_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_57_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_58_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_58_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_59_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_59_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_5_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_5_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_60_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_60_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_61_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_61_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_62_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_62_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_63_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_63_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_64_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_64_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_65_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_65_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_66_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_66_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_67_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_67_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_68_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_68_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_69_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_69_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_6_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_6_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_70_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_70_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_71_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_71_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_72_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_72_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_73_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_73_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_74_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_74_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_75_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_75_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_76_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_76_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_77_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_77_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_78_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_78_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_79_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_79_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_7_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_7_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_80_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_80_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_81_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_81_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_82_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_82_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_83_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_83_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_84_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_84_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_85_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_85_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_86_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_86_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_87_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_87_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_88_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_88_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_89_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_89_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_8_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_8_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_90_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_90_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_91_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_91_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_92_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_92_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_93_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_93_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_94_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_94_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_95_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_95_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_96_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_96_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_97_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_97_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_98_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_98_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_99_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_99_256.def -------------------------------------------------------------------------------- /g6k/spherical_coding/sc_9_256.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/spherical_coding/sc_9_256.def -------------------------------------------------------------------------------- /g6k/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/__init__.py -------------------------------------------------------------------------------- /g6k/utils/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/cli.py -------------------------------------------------------------------------------- /g6k/utils/lwe_estimation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/lwe_estimation.py -------------------------------------------------------------------------------- /g6k/utils/machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/machine.py -------------------------------------------------------------------------------- /g6k/utils/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/stats.py -------------------------------------------------------------------------------- /g6k/utils/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/g6k/utils/util.py -------------------------------------------------------------------------------- /hkz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/hkz.py -------------------------------------------------------------------------------- /hkz_maybe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/hkz_maybe.py -------------------------------------------------------------------------------- /install-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/install-dependencies.sh -------------------------------------------------------------------------------- /kernel/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/Makefile.am -------------------------------------------------------------------------------- /kernel/bdgl_sieve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/bdgl_sieve.cpp -------------------------------------------------------------------------------- /kernel/bgj1_sieve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/bgj1_sieve.cpp -------------------------------------------------------------------------------- /kernel/compat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/compat.hpp -------------------------------------------------------------------------------- /kernel/control.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/control.cpp -------------------------------------------------------------------------------- /kernel/cpuperf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/cpuperf.cpp -------------------------------------------------------------------------------- /kernel/cpuperformance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/cpuperformance.hpp -------------------------------------------------------------------------------- /kernel/db.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/db.inl -------------------------------------------------------------------------------- /kernel/fht_lsh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/fht_lsh.cpp -------------------------------------------------------------------------------- /kernel/fht_lsh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/fht_lsh.h -------------------------------------------------------------------------------- /kernel/hash_table.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/hash_table.inl -------------------------------------------------------------------------------- /kernel/hk3_sieve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/hk3_sieve.cpp -------------------------------------------------------------------------------- /kernel/parallel_algorithms.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/parallel_algorithms.hpp -------------------------------------------------------------------------------- /kernel/params.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/params.cpp -------------------------------------------------------------------------------- /kernel/random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/random.hpp -------------------------------------------------------------------------------- /kernel/siever.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/siever.h -------------------------------------------------------------------------------- /kernel/siever.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/siever.inl -------------------------------------------------------------------------------- /kernel/sieving.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/sieving.cpp -------------------------------------------------------------------------------- /kernel/simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/simd.h -------------------------------------------------------------------------------- /kernel/simd.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/simd.inl -------------------------------------------------------------------------------- /kernel/simhash.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/simhash.inl -------------------------------------------------------------------------------- /kernel/statistics.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/statistics.hpp -------------------------------------------------------------------------------- /kernel/thread_pool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/thread_pool.hpp -------------------------------------------------------------------------------- /kernel/untemplate.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/kernel/untemplate.mac -------------------------------------------------------------------------------- /lwe_challenge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/lwe_challenge.py -------------------------------------------------------------------------------- /m4/ax_check_compile_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_check_compile_flag.m4 -------------------------------------------------------------------------------- /m4/ax_cxx_compile_stdcxx.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_cxx_compile_stdcxx.m4 -------------------------------------------------------------------------------- /m4/ax_ext.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_ext.m4 -------------------------------------------------------------------------------- /m4/ax_gcc_x86_avx_xgetbv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_gcc_x86_avx_xgetbv.m4 -------------------------------------------------------------------------------- /m4/ax_gcc_x86_cpuid.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_gcc_x86_cpuid.m4 -------------------------------------------------------------------------------- /m4/ax_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/m4/ax_pthread.m4 -------------------------------------------------------------------------------- /plain_sieve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/plain_sieve.py -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/pytest.ini -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/genexporters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/scripts/genexporters.sh -------------------------------------------------------------------------------- /scripts/stats_exp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/scripts/stats_exp.txt -------------------------------------------------------------------------------- /scripts/stats_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/scripts/stats_list.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/setup.py -------------------------------------------------------------------------------- /spherical_coding: -------------------------------------------------------------------------------- 1 | g6k/spherical_coding/ -------------------------------------------------------------------------------- /svp_challenge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/svp_challenge.py -------------------------------------------------------------------------------- /svp_exact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/svp_exact.py -------------------------------------------------------------------------------- /svp_exact_find_norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/svp_exact_find_norm.py -------------------------------------------------------------------------------- /tests/test_bkz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/tests/test_bkz.py -------------------------------------------------------------------------------- /tests/test_full_sieve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/tests/test_full_sieve.py -------------------------------------------------------------------------------- /tests/test_svp_challenge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fplll/g6k/HEAD/tests/test_svp_challenge.py --------------------------------------------------------------------------------