• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D16-Sep-2021342 105

cacheline.cH A D16-Sep-202110.6 KiB382301

cachesim.cH A D16-Sep-20219.7 KiB355241

check_rels.cH A D16-Sep-202120.7 KiB665566

contains_zerochar.cH A D16-Sep-2021274 1814

convert_poly.cH A D16-Sep-202113.6 KiB565509

convert_rels.cppH A D16-Sep-202151.4 KiB1,8981,507

debug_renumber.cppH A D16-Sep-20218.4 KiB266221

descent-init.cH A D16-Sep-202114.5 KiB607512

descent_init_Fp.cH A D16-Sep-202118.8 KiB739614

extra_renumber.cppH A D16-Sep-20216.4 KiB223174

filter_sieved_pairs.cH A D16-Sep-20214.7 KiB190154

indexed_relations_to_density.cppH A D16-Sep-20211.9 KiB6245

phi.cH A D16-Sep-202120.8 KiB809655

psi.cH A D16-Sep-20218.5 KiB335240

renumber_convert.cppH A D16-Sep-20213.7 KiB135115

singleton_simple.cH A D16-Sep-20218 KiB315265

smooth_detect.cH A D16-Sep-202116.2 KiB579460

smooth_detect.hH A D16-Sep-20212.8 KiB7837

svsm.cH A D16-Sep-20216 KiB250167

README

11) convert a polynomial from CADO format to Franke-Kleinjung format:
2
3% $CADO/misc/convert_poly -if cado -of fk < rsa100.poly > rsa100
4
52) convert relations from CADO format to Franke-Kleinjung format
6(warning you have to specify the degree of the algebraic polynomial):
7
8% $CADO/misc/convert_rels -if cado -of fk -deg 5 rsa100.rels > part1
9
10