├── 3p ├── fhew_unx.sh ├── fhew_win.sh ├── heli_unx.sh ├── heli_win.sh ├── makefile ├── mpir_mgw.sh ├── mpir_unx.sh ├── mpir_win.sh ├── pali.sh ├── pali_dbg.sh ├── pali_mgw.mak ├── pali_unx.mak ├── palizero │ ├── cmake │ │ ├── CMakeLists.txt │ │ ├── PreLoad.cmake │ │ ├── read.txt │ │ ├── sim.cpp │ │ └── sis.cpp │ ├── makefile │ ├── mathcons.cpp │ ├── plat.mak │ ├── setup.txt │ ├── sis.cpp │ ├── sis_fun.cpp │ ├── sis_fun.h │ ├── sis_main.cpp │ └── sis_ser.cpp ├── seal_unx.sh ├── seal_unx332.sh ├── seal_win.sh ├── seal_win332.sh ├── test_win.sh ├── test_x32.cpp ├── test_x64.cpp ├── testgmp.cpp ├── testntlgmp.cpp ├── tfhe_unx.sh └── tfhe_win.sh ├── README.md ├── benchmarks └── bridging │ ├── README.md │ ├── cgt.cfg │ ├── fib │ ├── bench.hpp │ └── main.cpp │ ├── fromSecureMod │ ├── bench.hpp │ ├── cgt.cfg │ └── main.cpp │ ├── fromSecureModtoSecureBool │ ├── bench.hpp │ ├── cgt.cfg │ └── main.cpp │ ├── lib │ ├── conversion.hpp │ ├── io.hpp │ └── size.hpp │ ├── log │ ├── bench.hpp │ └── main.cpp │ ├── maxd │ ├── bench.hpp │ └── main.cpp │ ├── mm │ ├── bench.hpp │ └── main.cpp │ ├── mux │ ├── bench.hpp │ └── main.cpp │ ├── pks │ ├── bench.hpp │ └── main.cpp │ ├── prod │ ├── bench.hpp │ └── main.cpp │ ├── sort │ ├── bench.hpp │ └── main.cpp │ ├── sum │ ├── bench.hpp │ └── main.cpp │ └── toSecureMod │ ├── bench.hpp │ ├── cgt.cfg │ └── main.cpp ├── circle ├── crcl │ ├── bbs.cpp │ ├── bbs.h │ ├── bdda.cpp │ ├── bdda.h │ ├── crcl.cpp │ ├── crcl.h │ ├── crutil.cpp │ ├── crutil.h │ ├── eval.cpp │ ├── eval.h │ ├── gram.cpp │ ├── gram.h │ ├── invar.cpp │ ├── invar.h │ ├── invert.cpp │ ├── invert.h │ ├── main.cpp │ ├── main.h │ ├── makefile │ ├── olc.cpp │ ├── olc.h │ ├── olrnd.cpp │ ├── olrnd.h │ ├── prep.cpp │ ├── prep.h │ ├── prime.cpp │ ├── prime.h │ ├── run_cop.bat │ ├── simp.cpp │ ├── simp.h │ ├── ttbl.cpp │ ├── ttbl.h │ ├── using.h │ ├── vars.cpp │ └── vars.h ├── cudd0 │ ├── c30 │ │ ├── cuddInt.h │ │ ├── cuddObj.cc │ │ └── cuddObj.hh │ ├── main.cpp │ └── makefile ├── cudd1 │ ├── c30 │ │ ├── config.h │ │ ├── cpu_stats.c │ │ ├── cpu_time.c │ │ ├── cstringstream.c │ │ ├── cstringstream.h │ │ ├── cudd.h │ │ ├── cuddAPI.c │ │ ├── cuddAddAbs.c │ │ ├── cuddAddApply.c │ │ ├── cuddAddFind.c │ │ ├── cuddAddInv.c │ │ ├── cuddAddIte.c │ │ ├── cuddAddNeg.c │ │ ├── cuddAddWalsh.c │ │ ├── cuddAndAbs.c │ │ ├── cuddAnneal.c │ │ ├── cuddApa.c │ │ ├── cuddApprox.c │ │ ├── cuddBddAbs.c │ │ ├── cuddBddCorr.c │ │ ├── cuddBddIte.c │ │ ├── cuddBridge.c │ │ ├── cuddCache.c │ │ ├── cuddCheck.c │ │ ├── cuddClip.c │ │ ├── cuddCof.c │ │ ├── cuddCompose.c │ │ ├── cuddDecomp.c │ │ ├── cuddEssent.c │ │ ├── cuddExact.c │ │ ├── cuddExport.c │ │ ├── cuddGenCof.c │ │ ├── cuddGenetic.c │ │ ├── cuddGroup.c │ │ ├── cuddHarwell.c │ │ ├── cuddInit.c │ │ ├── cuddInt.h │ │ ├── cuddInteract.c │ │ ├── cuddLCache.c │ │ ├── cuddLevelQ.c │ │ ├── cuddLinear.c │ │ ├── cuddLiteral.c │ │ ├── cuddMatMult.c │ │ ├── cuddObj.cc │ │ ├── cuddObj.hh │ │ ├── cuddPriority.c │ │ ├── cuddRead.c │ │ ├── cuddRef.c │ │ ├── cuddReorder.c │ │ ├── cuddSat.c │ │ ├── cuddSign.c │ │ ├── cuddSolve.c │ │ ├── cuddSplit.c │ │ ├── cuddSubsetHB.c │ │ ├── cuddSubsetSP.c │ │ ├── cuddSymmetry.c │ │ ├── cuddTable.c │ │ ├── cuddUtil.c │ │ ├── cuddWindow.c │ │ ├── cuddZddCount.c │ │ ├── cuddZddFuncs.c │ │ ├── cuddZddGroup.c │ │ ├── cuddZddIsop.c │ │ ├── cuddZddLin.c │ │ ├── cuddZddMisc.c │ │ ├── cuddZddPort.c │ │ ├── cuddZddReord.c │ │ ├── cuddZddSetop.c │ │ ├── cuddZddSymm.c │ │ ├── cuddZddUtil.c │ │ ├── datalimit.c │ │ ├── epd.c │ │ ├── epd.h │ │ ├── epdInt.h │ │ ├── mtr.h │ │ ├── mtrBasic.c │ │ ├── mtrGroup.c │ │ ├── mtrInt.h │ │ ├── pathsearch.c │ │ ├── pipefork.c │ │ ├── prtime.c │ │ ├── safe_mem.c │ │ ├── st.c │ │ ├── st.h │ │ ├── strsav.c │ │ ├── texpand.c │ │ ├── ucbqsort.c │ │ └── util.h │ ├── main.cpp │ └── makefile ├── makefile ├── mk_all.mak ├── mk_unx.mak └── mk_win.mak ├── examples └── palisade │ ├── bfv │ ├── cgt.cfg │ └── main.cpp │ └── ckks │ ├── advanced │ ├── cgt.cfg │ └── main.cpp │ └── simple │ ├── cgt.cfg │ └── main.cpp ├── license.md ├── src ├── amalgam.sh ├── amalkey.sh ├── codelib.sh ├── cpp_cgt │ ├── keys │ │ ├── ekx_arith_seal.h │ │ ├── ekx_arith_seal_ckks.h │ │ ├── ekx_bfv_prot.cpp │ │ ├── ekx_bfv_prot.h │ │ ├── ekx_circ_bdd.cpp │ │ ├── ekx_circ_bdd.h │ │ ├── ekx_circ_fhew.h │ │ ├── ekx_circ_fhew0.cpp │ │ ├── ekx_circ_fhew1.cpp │ │ ├── ekx_circ_gatcou.h │ │ ├── ekx_circ_heli.h │ │ ├── ekx_circ_heli0.cpp │ │ ├── ekx_circ_heli1.cpp │ │ ├── ekx_circ_pil.cpp │ │ ├── ekx_circ_pil.h │ │ ├── ekx_circ_plain.cpp │ │ ├── ekx_circ_plain.h │ │ ├── ekx_circ_seal.h │ │ ├── ekx_circ_tfhe.h │ │ ├── ekx_circ_tfhe0.cpp │ │ ├── ekx_circ_tfhe1.cpp │ │ ├── ekx_native.cpp │ │ ├── ekx_native.h │ │ ├── ekx_pail.cpp │ │ ├── ekx_pail.h │ │ ├── ekx_pali.h │ │ ├── ekx_pali0.cpp │ │ ├── ekx_pali1.cpp │ │ ├── ekx_palisade_ckks.h │ │ ├── ekx_palisade_ckks0.cpp │ │ ├── ekx_palisade_ckks1.cpp │ │ ├── ekx_pil.cpp │ │ ├── ekx_pil.h │ │ ├── ekx_seal.h │ │ ├── ekx_seal0.cpp │ │ ├── ekx_seal1.cpp │ │ ├── ekx_seal_ckks.h │ │ ├── ekx_seal_ckks0.cpp │ │ ├── ekx_seal_ckks1.cpp │ │ ├── privkeys.h │ │ ├── sk_abstract.cpp │ │ ├── sk_abstract.h │ │ ├── sk_arith_seal.h │ │ ├── sk_arith_seal_ckks.h │ │ ├── sk_bfv_prot.cpp │ │ ├── sk_bfv_prot.h │ │ ├── sk_circ.cpp │ │ ├── sk_circ.h │ │ ├── sk_circ_bdd.cpp │ │ ├── sk_circ_bdd.h │ │ ├── sk_circ_fhew.h │ │ ├── sk_circ_fhew0.cpp │ │ ├── sk_circ_fhew1.cpp │ │ ├── sk_circ_gatcou.h │ │ ├── sk_circ_heli.h │ │ ├── sk_circ_heli0.cpp │ │ ├── sk_circ_heli1.cpp │ │ ├── sk_circ_pil.cpp │ │ ├── sk_circ_pil.h │ │ ├── sk_circ_plain.cpp │ │ ├── sk_circ_plain.h │ │ ├── sk_circ_seal.h │ │ ├── sk_circ_tfhe.h │ │ ├── sk_circ_tfhe0.cpp │ │ ├── sk_circ_tfhe1.cpp │ │ ├── sk_native.cpp │ │ ├── sk_native.h │ │ ├── sk_pail.cpp │ │ ├── sk_pail.h │ │ ├── sk_pali.h │ │ ├── sk_pali0.cpp │ │ ├── sk_pali1.cpp │ │ ├── sk_palisade_ckks.h │ │ ├── sk_palisade_ckks0.cpp │ │ ├── sk_palisade_ckks1.cpp │ │ ├── sk_pil.cpp │ │ ├── sk_pil.h │ │ ├── sk_seal.h │ │ ├── sk_seal0.cpp │ │ ├── sk_seal1.cpp │ │ ├── sk_seal_ckks.h │ │ ├── sk_seal_ckks0.cpp │ │ └── sk_seal_ckks1.cpp │ ├── main │ │ ├── cfgnames.h │ │ ├── cfgparser.cpp │ │ ├── cfgparser.h │ │ ├── cgt.cpp │ │ ├── cgt.h │ │ ├── cloparser.cpp │ │ ├── cloparser.h │ │ ├── platname.cpp │ │ ├── sec_bridge.cpp │ │ ├── sec_bridge.h │ │ ├── sec_circuit.cpp │ │ ├── sec_circuit.h │ │ ├── sec_native.cpp │ │ ├── sec_native.h │ │ ├── sec_partial.cpp │ │ ├── sec_partial.h │ │ ├── secnames.h │ │ ├── sectype.cpp │ │ └── sectype.h │ └── util │ │ ├── cgtutil.cpp │ │ ├── cgtutil.h │ │ ├── euler.cpp │ │ ├── euler.h │ │ ├── os_filesys.cpp │ │ ├── os_filesys.h │ │ ├── timer.cpp │ │ └── timer.h ├── cpp_crcl │ └── makefile ├── cpp_share │ ├── keys │ │ ├── anykey.cpp │ │ ├── anykey.h │ │ ├── ek_abstract.cpp │ │ ├── ek_abstract.h │ │ ├── ek_arith_seal.h │ │ ├── ek_arith_seal_ckks.h │ │ ├── ek_bfv_prot.cpp │ │ ├── ek_bfv_prot.h │ │ ├── ek_circ.cpp │ │ ├── ek_circ.h │ │ ├── ek_circ_bdd.cpp │ │ ├── ek_circ_bdd.h │ │ ├── ek_circ_fhew.h │ │ ├── ek_circ_fhew0.cpp │ │ ├── ek_circ_fhew1.cpp │ │ ├── ek_circ_gatcou.h │ │ ├── ek_circ_heli.h │ │ ├── ek_circ_heli0.cpp │ │ ├── ek_circ_heli1.cpp │ │ ├── ek_circ_pil.cpp │ │ ├── ek_circ_pil.h │ │ ├── ek_circ_plain.cpp │ │ ├── ek_circ_plain.h │ │ ├── ek_circ_seal.h │ │ ├── ek_circ_tfhe.h │ │ ├── ek_circ_tfhe0.cpp │ │ ├── ek_circ_tfhe1.cpp │ │ ├── ek_native.cpp │ │ ├── ek_native.h │ │ ├── ek_pail.cpp │ │ ├── ek_pail.h │ │ ├── ek_pali.h │ │ ├── ek_pali0.cpp │ │ ├── ek_pali1.cpp │ │ ├── ek_palisade_ckks.h │ │ ├── ek_palisade_ckks0.cpp │ │ ├── ek_palisade_ckks1.cpp │ │ ├── ek_pil.cpp │ │ ├── ek_pil.h │ │ ├── ek_seal.h │ │ ├── ek_seal0.cpp │ │ ├── ek_seal1.cpp │ │ ├── ek_seal_ckks.h │ │ ├── ek_seal_ckks0.cpp │ │ ├── ek_seal_ckks1.cpp │ │ └── evalkeys.h │ └── util │ │ ├── base64.cpp │ │ ├── base64.h │ │ ├── cophee.h │ │ ├── cophee0.cpp │ │ ├── cophee1.cpp │ │ ├── cophee2.cpp │ │ ├── cophee3.cpp │ │ ├── cophee_arduino.ino │ │ ├── def_bfv.cpp │ │ ├── def_bfv.h │ │ ├── def_fhew.h │ │ ├── def_fhew0.cpp │ │ ├── def_fhew0.h │ │ ├── def_fhew1.cpp │ │ ├── def_fhew1.h │ │ ├── def_heli.h │ │ ├── def_heli0.cpp │ │ ├── def_heli0.h │ │ ├── def_heli1.cpp │ │ ├── def_heli1.h │ │ ├── def_mpir.h │ │ ├── def_mpir.inc │ │ ├── def_mpir0.cpp │ │ ├── def_mpir0.h │ │ ├── def_mpir1.cpp │ │ ├── def_mpir1.h │ │ ├── def_mpir2.cpp │ │ ├── def_mpir2.h │ │ ├── def_mpir3.cpp │ │ ├── def_mpir3.h │ │ ├── def_pali.h │ │ ├── def_pali0.cpp │ │ ├── def_pali0.h │ │ ├── def_pali1.cpp │ │ ├── def_pali1.h │ │ ├── def_pali_sis0.cpp │ │ ├── def_pali_sis1.cpp │ │ ├── def_palisade_ckks.h │ │ ├── def_palisade_ckks0.cpp │ │ ├── def_palisade_ckks0.h │ │ ├── def_palisade_ckks1.cpp │ │ ├── def_palisade_ckks1.h │ │ ├── def_palisade_ckks_util0.cpp │ │ ├── def_palisade_ckks_util1.cpp │ │ ├── def_pil.cpp │ │ ├── def_pil.h │ │ ├── def_seal.h │ │ ├── def_seal0.cpp │ │ ├── def_seal0.h │ │ ├── def_seal1.cpp │ │ ├── def_seal1.h │ │ ├── def_seal_ckks.h │ │ ├── def_seal_ckks0.cpp │ │ ├── def_seal_ckks0.h │ │ ├── def_seal_ckks1.cpp │ │ ├── def_seal_ckks1.h │ │ ├── def_tfhe.h │ │ ├── def_tfhe0.cpp │ │ ├── def_tfhe0.h │ │ ├── def_tfhe1.cpp │ │ ├── def_tfhe1.h │ │ ├── e3math.h │ │ ├── e3math.inc │ │ ├── e3util.cpp │ │ └── e3util.h ├── db │ ├── circle │ │ ├── bddkey │ │ ├── k1 │ │ │ ├── ker │ │ │ │ ├── arn │ │ │ │ ├── decb │ │ │ │ ├── default │ │ │ │ ├── dgst │ │ │ │ ├── mix │ │ │ │ ├── nrn │ │ │ │ ├── perm │ │ │ │ ├── rrxor │ │ │ │ ├── rxor │ │ │ │ └── same │ │ │ ├── op_and │ │ │ ├── op_mux │ │ │ ├── op_nand │ │ │ ├── op_nor │ │ │ ├── op_not │ │ │ ├── op_or │ │ │ ├── op_xnor │ │ │ └── op_xor │ │ ├── k2 │ │ │ ├── ker │ │ │ │ ├── bbs │ │ │ │ ├── default │ │ │ │ └── xor1013 │ │ │ ├── op_and │ │ │ ├── op_mux │ │ │ ├── op_nand │ │ │ ├── op_nor │ │ │ ├── op_not.ker │ │ │ ├── op_not.nand │ │ │ ├── op_not.nok │ │ │ ├── op_or │ │ │ ├── op_xnor │ │ │ ├── op_xor.ker │ │ │ └── op_xor.nok │ │ ├── k3 │ │ │ ├── enum.txt │ │ │ ├── ker │ │ │ │ └── bbsl.op │ │ │ ├── op_nand │ │ │ └── op_not │ │ ├── old │ │ │ ├── op_and_h │ │ │ ├── op_and_x │ │ │ ├── op_mux_h │ │ │ ├── op_mux_x │ │ │ ├── op_nand_example │ │ │ ├── op_nand_h │ │ │ ├── op_nand_x │ │ │ ├── op_nor_h │ │ │ ├── op_nor_x │ │ │ ├── op_not_h │ │ │ ├── op_not_x │ │ │ ├── op_or_h │ │ │ ├── op_or_x │ │ │ ├── op_xnor_h │ │ │ ├── op_xnor_x │ │ │ ├── op_xor_h │ │ │ └── op_xor_x │ │ └── old2 │ │ │ ├── eq │ │ │ ├── ker_arn.ker │ │ │ ├── ker_decb.ker │ │ │ ├── ker_dgst.ker │ │ │ ├── ker_mix.ker │ │ │ ├── ker_nrn.ker │ │ │ ├── ker_perm.ker │ │ │ ├── ker_rrxor.ker │ │ │ ├── ker_rxor.ker │ │ │ ├── ker_same.ker │ │ │ ├── op_and │ │ │ ├── op_mux │ │ │ ├── op_nand │ │ │ ├── op_nand_sec_hash │ │ │ ├── op_nor │ │ │ ├── op_not │ │ │ ├── op_or │ │ │ ├── op_xnor │ │ │ ├── op_xor │ │ │ └── tbed │ ├── circuit │ │ ├── bddn │ │ │ ├── 0 │ │ │ │ └── circuits.inc │ │ │ ├── 1 │ │ │ │ └── circuits.inc │ │ │ ├── 2 │ │ │ │ └── circuits.inc │ │ │ ├── 3 │ │ │ │ └── circuits.inc │ │ │ ├── 4 │ │ │ │ └── circuits.inc │ │ │ ├── 5 │ │ │ │ └── circuits.inc │ │ │ ├── 6 │ │ │ │ └── circuits.inc │ │ │ ├── 7 │ │ │ │ └── circuits.inc │ │ │ ├── 8 │ │ │ │ └── circuits.inc │ │ │ ├── 9 │ │ │ │ └── circuits.inc │ │ │ ├── 10 │ │ │ │ └── circuits.inc │ │ │ ├── 11 │ │ │ │ └── circuits.inc │ │ │ ├── 12 │ │ │ │ └── circuits.inc │ │ │ ├── 13 │ │ │ │ └── circuits.inc │ │ │ ├── 14 │ │ │ │ └── circuits.inc │ │ │ ├── 15 │ │ │ │ └── circuits.inc │ │ │ ├── 16 │ │ │ │ └── circuits.inc │ │ │ ├── 17 │ │ │ │ └── circuits.inc │ │ │ ├── 18 │ │ │ │ └── circuits.inc │ │ │ ├── 19 │ │ │ │ └── circuits.inc │ │ │ ├── 20 │ │ │ │ └── circuits.inc │ │ │ ├── 21 │ │ │ │ └── circuits.inc │ │ │ ├── 22 │ │ │ │ └── circuits.inc │ │ │ ├── 23 │ │ │ │ └── circuits.inc │ │ │ ├── 24 │ │ │ │ └── circuits.inc │ │ │ ├── 25 │ │ │ │ └── circuits.inc │ │ │ ├── 26 │ │ │ │ └── circuits.inc │ │ │ ├── 27 │ │ │ │ └── circuits.inc │ │ │ ├── 28 │ │ │ │ └── circuits.inc │ │ │ ├── 29 │ │ │ │ └── circuits.inc │ │ │ ├── 30 │ │ │ │ └── circuits.inc │ │ │ ├── 31 │ │ │ │ └── circuits.inc │ │ │ ├── 32 │ │ │ │ └── circuits.inc │ │ │ ├── 33 │ │ │ │ └── circuits.inc │ │ │ ├── 34 │ │ │ │ └── circuits.inc │ │ │ ├── 35 │ │ │ │ └── circuits.inc │ │ │ ├── 36 │ │ │ │ └── circuits.inc │ │ │ ├── 37 │ │ │ │ └── circuits.inc │ │ │ ├── 38 │ │ │ │ └── circuits.inc │ │ │ ├── 39 │ │ │ │ └── circuits.inc │ │ │ ├── 40 │ │ │ │ └── circuits.inc │ │ │ ├── 41 │ │ │ │ └── circuits.inc │ │ │ ├── 42 │ │ │ │ └── circuits.inc │ │ │ ├── 43 │ │ │ │ └── circuits.inc │ │ │ ├── 44 │ │ │ │ └── circuits.inc │ │ │ ├── 45 │ │ │ │ └── circuits.inc │ │ │ ├── 46 │ │ │ │ └── circuits.inc │ │ │ ├── 47 │ │ │ │ └── circuits.inc │ │ │ ├── 48 │ │ │ │ └── circuits.inc │ │ │ ├── 49 │ │ │ │ └── circuits.inc │ │ │ ├── 50 │ │ │ │ └── circuits.inc │ │ │ ├── 51 │ │ │ │ └── circuits.inc │ │ │ ├── 52 │ │ │ │ └── circuits.inc │ │ │ ├── 53 │ │ │ │ └── circuits.inc │ │ │ ├── 54 │ │ │ │ └── circuits.inc │ │ │ ├── 55 │ │ │ │ └── circuits.inc │ │ │ ├── 56 │ │ │ │ └── circuits.inc │ │ │ ├── 57 │ │ │ │ └── circuits.inc │ │ │ ├── 58 │ │ │ │ └── circuits.inc │ │ │ ├── 59 │ │ │ │ └── circuits.inc │ │ │ ├── 60 │ │ │ │ └── circuits.inc │ │ │ ├── 61 │ │ │ │ └── circuits.inc │ │ │ ├── 62 │ │ │ │ └── circuits.inc │ │ │ ├── 63 │ │ │ │ └── circuits.inc │ │ │ └── 64 │ │ │ │ └── circuits.inc │ │ ├── heli │ │ │ ├── 1 │ │ │ │ └── circuits.inc │ │ │ ├── 2 │ │ │ │ └── circuits.inc │ │ │ ├── 3 │ │ │ │ └── circuits.inc │ │ │ ├── 4 │ │ │ │ └── circuits.inc │ │ │ ├── 5 │ │ │ │ └── circuits.inc │ │ │ ├── 6 │ │ │ │ └── circuits.inc │ │ │ ├── 7 │ │ │ │ └── circuits.inc │ │ │ ├── 8 │ │ │ │ └── circuits.inc │ │ │ ├── 9 │ │ │ │ └── circuits.inc │ │ │ ├── 10 │ │ │ │ └── circuits.inc │ │ │ ├── 11 │ │ │ │ └── circuits.inc │ │ │ ├── 12 │ │ │ │ └── circuits.inc │ │ │ ├── 13 │ │ │ │ └── circuits.inc │ │ │ ├── 14 │ │ │ │ └── circuits.inc │ │ │ ├── 15 │ │ │ │ └── circuits.inc │ │ │ ├── 16 │ │ │ │ └── circuits.inc │ │ │ ├── 17 │ │ │ │ └── circuits.inc │ │ │ ├── 18 │ │ │ │ └── circuits.inc │ │ │ ├── 19 │ │ │ │ └── circuits.inc │ │ │ ├── 20 │ │ │ │ └── circuits.inc │ │ │ ├── 21 │ │ │ │ └── circuits.inc │ │ │ ├── 22 │ │ │ │ └── circuits.inc │ │ │ ├── 23 │ │ │ │ └── circuits.inc │ │ │ ├── 24 │ │ │ │ └── circuits.inc │ │ │ ├── 25 │ │ │ │ └── circuits.inc │ │ │ ├── 26 │ │ │ │ └── circuits.inc │ │ │ ├── 27 │ │ │ │ └── circuits.inc │ │ │ ├── 28 │ │ │ │ └── circuits.inc │ │ │ ├── 29 │ │ │ │ └── circuits.inc │ │ │ ├── 30 │ │ │ │ └── circuits.inc │ │ │ ├── 31 │ │ │ │ └── circuits.inc │ │ │ ├── 32 │ │ │ │ └── circuits.inc │ │ │ ├── 33 │ │ │ │ └── circuits.inc │ │ │ ├── 34 │ │ │ │ └── circuits.inc │ │ │ ├── 35 │ │ │ │ └── circuits.inc │ │ │ ├── 36 │ │ │ │ └── circuits.inc │ │ │ ├── 37 │ │ │ │ └── circuits.inc │ │ │ ├── 38 │ │ │ │ └── circuits.inc │ │ │ ├── 39 │ │ │ │ └── circuits.inc │ │ │ ├── 40 │ │ │ │ └── circuits.inc │ │ │ ├── 41 │ │ │ │ └── circuits.inc │ │ │ ├── 42 │ │ │ │ └── circuits.inc │ │ │ ├── 43 │ │ │ │ └── circuits.inc │ │ │ ├── 44 │ │ │ │ └── circuits.inc │ │ │ ├── 45 │ │ │ │ └── circuits.inc │ │ │ ├── 46 │ │ │ │ └── circuits.inc │ │ │ ├── 47 │ │ │ │ └── circuits.inc │ │ │ ├── 48 │ │ │ │ └── circuits.inc │ │ │ ├── 49 │ │ │ │ └── circuits.inc │ │ │ ├── 50 │ │ │ │ └── circuits.inc │ │ │ ├── 51 │ │ │ │ └── circuits.inc │ │ │ ├── 52 │ │ │ │ └── circuits.inc │ │ │ ├── 53 │ │ │ │ └── circuits.inc │ │ │ ├── 54 │ │ │ │ └── circuits.inc │ │ │ ├── 55 │ │ │ │ └── circuits.inc │ │ │ ├── 56 │ │ │ │ └── circuits.inc │ │ │ ├── 57 │ │ │ │ └── circuits.inc │ │ │ ├── 58 │ │ │ │ └── circuits.inc │ │ │ ├── 59 │ │ │ │ └── circuits.inc │ │ │ ├── 60 │ │ │ │ └── circuits.inc │ │ │ ├── 61 │ │ │ │ └── circuits.inc │ │ │ ├── 62 │ │ │ │ └── circuits.inc │ │ │ ├── 63 │ │ │ │ └── circuits.inc │ │ │ └── 64 │ │ │ │ └── circuits.inc │ │ ├── seal │ │ │ ├── 1 │ │ │ │ └── circuits.inc │ │ │ ├── 2 │ │ │ │ └── circuits.inc │ │ │ ├── 4 │ │ │ │ └── circuits.inc │ │ │ ├── 8 │ │ │ │ └── circuits.inc │ │ │ ├── 16 │ │ │ │ └── circuits.inc │ │ │ └── 32 │ │ │ │ └── circuits.inc │ │ └── tfhe │ │ │ ├── 1 │ │ │ └── circuits.inc │ │ │ ├── 2 │ │ │ └── circuits.inc │ │ │ ├── 3 │ │ │ └── circuits.inc │ │ │ ├── 4 │ │ │ └── circuits.inc │ │ │ ├── 5 │ │ │ └── circuits.inc │ │ │ ├── 6 │ │ │ └── circuits.inc │ │ │ ├── 7 │ │ │ └── circuits.inc │ │ │ ├── 8 │ │ │ └── circuits.inc │ │ │ ├── 9 │ │ │ └── circuits.inc │ │ │ ├── 10 │ │ │ └── circuits.inc │ │ │ ├── 11 │ │ │ └── circuits.inc │ │ │ ├── 12 │ │ │ └── circuits.inc │ │ │ ├── 13 │ │ │ └── circuits.inc │ │ │ ├── 14 │ │ │ └── circuits.inc │ │ │ ├── 15 │ │ │ └── circuits.inc │ │ │ ├── 16 │ │ │ └── circuits.inc │ │ │ ├── 17 │ │ │ └── circuits.inc │ │ │ ├── 18 │ │ │ └── circuits.inc │ │ │ ├── 19 │ │ │ └── circuits.inc │ │ │ ├── 20 │ │ │ └── circuits.inc │ │ │ ├── 21 │ │ │ └── circuits.inc │ │ │ ├── 22 │ │ │ └── circuits.inc │ │ │ ├── 23 │ │ │ └── circuits.inc │ │ │ ├── 24 │ │ │ └── circuits.inc │ │ │ ├── 25 │ │ │ └── circuits.inc │ │ │ ├── 26 │ │ │ └── circuits.inc │ │ │ ├── 27 │ │ │ └── circuits.inc │ │ │ ├── 28 │ │ │ └── circuits.inc │ │ │ ├── 29 │ │ │ └── circuits.inc │ │ │ ├── 30 │ │ │ └── circuits.inc │ │ │ ├── 31 │ │ │ └── circuits.inc │ │ │ ├── 32 │ │ │ └── circuits.inc │ │ │ ├── 33 │ │ │ └── circuits.inc │ │ │ ├── 34 │ │ │ └── circuits.inc │ │ │ ├── 35 │ │ │ └── circuits.inc │ │ │ ├── 36 │ │ │ └── circuits.inc │ │ │ ├── 37 │ │ │ └── circuits.inc │ │ │ ├── 38 │ │ │ └── circuits.inc │ │ │ ├── 39 │ │ │ └── circuits.inc │ │ │ ├── 40 │ │ │ └── circuits.inc │ │ │ ├── 41 │ │ │ └── circuits.inc │ │ │ ├── 42 │ │ │ └── circuits.inc │ │ │ ├── 43 │ │ │ └── circuits.inc │ │ │ ├── 44 │ │ │ └── circuits.inc │ │ │ ├── 45 │ │ │ └── circuits.inc │ │ │ ├── 46 │ │ │ └── circuits.inc │ │ │ ├── 47 │ │ │ └── circuits.inc │ │ │ ├── 48 │ │ │ └── circuits.inc │ │ │ ├── 49 │ │ │ └── circuits.inc │ │ │ ├── 50 │ │ │ └── circuits.inc │ │ │ ├── 51 │ │ │ └── circuits.inc │ │ │ ├── 52 │ │ │ └── circuits.inc │ │ │ ├── 53 │ │ │ └── circuits.inc │ │ │ ├── 54 │ │ │ └── circuits.inc │ │ │ ├── 55 │ │ │ └── circuits.inc │ │ │ ├── 56 │ │ │ └── circuits.inc │ │ │ ├── 57 │ │ │ └── circuits.inc │ │ │ ├── 58 │ │ │ └── circuits.inc │ │ │ ├── 59 │ │ │ └── circuits.inc │ │ │ ├── 60 │ │ │ └── circuits.inc │ │ │ ├── 61 │ │ │ └── circuits.inc │ │ │ ├── 62 │ │ │ └── circuits.inc │ │ │ ├── 63 │ │ │ └── circuits.inc │ │ │ └── 64 │ │ │ └── circuits.inc │ └── templ │ │ ├── atop.cpp │ │ ├── atop.h │ │ ├── atop.inc │ │ ├── bridge.h │ │ ├── bridge.inc │ │ ├── bridge.pilx.h │ │ ├── bridge.pilx.inc │ │ ├── bridge.seal.h │ │ ├── bridge.seal.inc │ │ ├── circuit.base.h │ │ ├── circuit.bdd.cpp │ │ ├── circuit.bdd.h │ │ ├── circuit.bdda.cpp │ │ ├── circuit.bdda.h │ │ ├── circuit.bddf.cpp │ │ ├── circuit.bddf.h │ │ ├── circuit.bddn.cpp │ │ ├── circuit.bddn.h │ │ ├── circuit.cpp │ │ ├── circuit.extern.cpp │ │ ├── circuit.extern.h │ │ ├── circuit.fhew.h │ │ ├── circuit.fhew0.cpp │ │ ├── circuit.fhew1.cpp │ │ ├── circuit.gatcou.cpp │ │ ├── circuit.gatcou.h │ │ ├── circuit.gatcow.cpp │ │ ├── circuit.gatcow.h │ │ ├── circuit.h │ │ ├── circuit.heli.h │ │ ├── circuit.heli0.cpp │ │ ├── circuit.heli1.cpp │ │ ├── circuit.inc │ │ ├── circuit.pilc.cpp │ │ ├── circuit.pilc.h │ │ ├── circuit.plain.cpp │ │ ├── circuit.plain.h │ │ ├── circuit.seal_bfv.h │ │ ├── circuit.seal_bfv0.cpp │ │ ├── circuit.seal_bfv1.cpp │ │ ├── circuit.tfhe.h │ │ ├── circuit.tfhe0.cpp │ │ ├── circuit.tfhe1.cpp │ │ ├── native.cpp │ │ ├── native.h │ │ ├── native.inc │ │ ├── ring.bfv_prot.cpp │ │ ├── ring.bfv_prot.h │ │ ├── ring.bfv_prot.inc │ │ ├── ring.pail.cpp │ │ ├── ring.pail.h │ │ ├── ring.pail.inc │ │ ├── ring.pailg.cpp │ │ ├── ring.pailg.h │ │ ├── ring.pailg.inc │ │ ├── ring.palisade_bfv.cpp │ │ ├── ring.palisade_bfv.h │ │ ├── ring.palisade_bfv.inc │ │ ├── ring.palisade_ckks.cpp │ │ ├── ring.palisade_ckks.h │ │ ├── ring.palisade_ckks.inc │ │ ├── ring.pila.cpp │ │ ├── ring.pila.h │ │ ├── ring.pila.inc │ │ ├── ring.seal_bfv.h │ │ ├── ring.seal_bfv0.cpp │ │ ├── ring.seal_bfv0.inc │ │ ├── ring.seal_bfv1.cpp │ │ ├── ring.seal_bfv1.inc │ │ ├── ring.seal_ckks.h │ │ ├── ring.seal_ckks0.cpp │ │ ├── ring.seal_ckks0.inc │ │ ├── ring.seal_ckks1.cpp │ │ └── ring.seal_ckks1.inc ├── e3int.h ├── e3key.h ├── e3x │ └── emulate │ │ ├── e3x.c │ │ └── makefile ├── mak_alice.mak ├── mak_bob.mak ├── mak_cgt.mak ├── mak_mod_cu.mak ├── mak_mod_dev.mak ├── mak_mod_ek.mak ├── mak_mod_inc.mak ├── mak_mod_sk.mak ├── mak_sec.mak ├── makefile ├── plat.mak ├── plat_mac.mak ├── plat_unx.mak ├── plat_win.mak └── user │ ├── def │ ├── cgt.cfg │ ├── fib.h │ ├── func.cpp │ ├── func.h │ └── main.cpp │ └── ops │ ├── cgt.cfg │ └── main.cpp └── tutorials ├── README.md ├── basic ├── README.md ├── cgt.cfg ├── chron.h └── tutorials.cpp ├── bench ├── README.md ├── batch │ ├── README.md │ ├── bsort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── cgt_seal.cfg │ ├── fact │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── fib │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── isort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── jen │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── matrix │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── sieve │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ └── speck │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h ├── bit │ ├── README.md │ ├── bsort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── cgt_seal.cfg │ ├── cgt_tfhe.cfg │ ├── fact │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── fib │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── isort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── jen │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── matrix │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── sieve │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ └── speck │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h ├── bridge │ ├── README.md │ ├── bsort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── cgt_seal.cfg │ ├── fact │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── fib │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── isort │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── jen │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── matrix │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ ├── sieve │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h │ └── speck │ │ ├── main.cpp │ │ ├── timer.cpp │ │ └── timer.h ├── mod │ ├── README.md │ ├── cgt.cfg │ └── mod.cpp └── spec │ ├── README.md │ ├── bsort │ ├── bsort_round.v │ ├── main.cpp │ ├── timer.cpp │ └── timer.h │ ├── cgt_tfhe.cfg │ ├── circuits.inc │ ├── fact │ ├── fact_round.v │ ├── main.cpp │ ├── timer.cpp │ └── timer.h │ ├── fib │ ├── fib_round.v │ ├── main.cpp │ ├── timer.cpp │ └── timer.h │ ├── isort │ ├── isort_round.v │ ├── main.cpp │ ├── timer.cpp │ └── timer.h │ ├── jen │ ├── jen_end.v │ ├── jen_round.v │ ├── main.cpp │ ├── timer.cpp │ └── timer.h │ ├── matrix │ ├── main.cpp │ ├── matrix_round.v │ ├── timer.cpp │ └── timer.h │ ├── sieve │ ├── main.cpp │ ├── sieve_round.v │ ├── timer.cpp │ └── timer.h │ └── speck │ ├── main.cpp │ ├── speck_round.v │ ├── timer.cpp │ └── timer.h ├── dop ├── Data_Oblivious_Programming.pptx ├── README.md ├── bs0.cpp ├── bs1.cpp ├── bs3.cpp ├── bs4.cpp ├── fac.cpp ├── fib.cpp ├── is.cpp ├── mm.cpp ├── project │ ├── bs4.cpp │ └── cgt.cfg ├── soe.cpp └── wrap │ ├── bs2.cpp │ ├── bs3.cpp │ ├── secure2.h │ └── secure3.h ├── other ├── README.md └── gate │ ├── README.md │ ├── cgt.cfg │ ├── gate_functions.cpp │ ├── gate_functions.h │ └── main.cpp └── steps ├── README.md ├── step0 ├── a.cpp └── cgt.cfg ├── step1 ├── a.cpp ├── cgt.cfg └── run.sh ├── step2 ├── a.cpp ├── cgt.cfg └── run.sh ├── step3 ├── a.cpp ├── cgt.cfg └── run.sh ├── step4 ├── a.cpp ├── cgt.cfg └── run.sh ├── step5 ├── a.cpp ├── cgt.cfg └── run.sh └── step6 ├── a.cpp ├── cgt.cfg └── run.sh /3p/fhew_unx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/fhew_unx.sh -------------------------------------------------------------------------------- /3p/fhew_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/fhew_win.sh -------------------------------------------------------------------------------- /3p/heli_unx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/heli_unx.sh -------------------------------------------------------------------------------- /3p/heli_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/heli_win.sh -------------------------------------------------------------------------------- /3p/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/makefile -------------------------------------------------------------------------------- /3p/mpir_mgw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/mpir_mgw.sh -------------------------------------------------------------------------------- /3p/mpir_unx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/mpir_unx.sh -------------------------------------------------------------------------------- /3p/mpir_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/mpir_win.sh -------------------------------------------------------------------------------- /3p/pali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/pali.sh -------------------------------------------------------------------------------- /3p/pali_dbg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/pali_dbg.sh -------------------------------------------------------------------------------- /3p/pali_mgw.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/pali_mgw.mak -------------------------------------------------------------------------------- /3p/pali_unx.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/pali_unx.mak -------------------------------------------------------------------------------- /3p/palizero/cmake/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/cmake/CMakeLists.txt -------------------------------------------------------------------------------- /3p/palizero/cmake/PreLoad.cmake: -------------------------------------------------------------------------------- 1 | set (CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "" FORCE) 2 | -------------------------------------------------------------------------------- /3p/palizero/cmake/read.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/cmake/read.txt -------------------------------------------------------------------------------- /3p/palizero/cmake/sim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/cmake/sim.cpp -------------------------------------------------------------------------------- /3p/palizero/cmake/sis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/cmake/sis.cpp -------------------------------------------------------------------------------- /3p/palizero/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/makefile -------------------------------------------------------------------------------- /3p/palizero/mathcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/mathcons.cpp -------------------------------------------------------------------------------- /3p/palizero/plat.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/plat.mak -------------------------------------------------------------------------------- /3p/palizero/setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/setup.txt -------------------------------------------------------------------------------- /3p/palizero/sis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/sis.cpp -------------------------------------------------------------------------------- /3p/palizero/sis_fun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/sis_fun.cpp -------------------------------------------------------------------------------- /3p/palizero/sis_fun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/sis_fun.h -------------------------------------------------------------------------------- /3p/palizero/sis_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/sis_main.cpp -------------------------------------------------------------------------------- /3p/palizero/sis_ser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/palizero/sis_ser.cpp -------------------------------------------------------------------------------- /3p/seal_unx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/seal_unx.sh -------------------------------------------------------------------------------- /3p/seal_unx332.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/seal_unx332.sh -------------------------------------------------------------------------------- /3p/seal_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/seal_win.sh -------------------------------------------------------------------------------- /3p/seal_win332.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/seal_win332.sh -------------------------------------------------------------------------------- /3p/test_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/test_win.sh -------------------------------------------------------------------------------- /3p/test_x32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/test_x32.cpp -------------------------------------------------------------------------------- /3p/test_x64.cpp: -------------------------------------------------------------------------------- 1 | #ifndef _M_X64 2 | #error Required C++ 64-bit compiler 3 | #endif 4 | -------------------------------------------------------------------------------- /3p/testgmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/testgmp.cpp -------------------------------------------------------------------------------- /3p/testntlgmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/testntlgmp.cpp -------------------------------------------------------------------------------- /3p/tfhe_unx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/tfhe_unx.sh -------------------------------------------------------------------------------- /3p/tfhe_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/3p/tfhe_win.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/README.md -------------------------------------------------------------------------------- /benchmarks/bridging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/README.md -------------------------------------------------------------------------------- /benchmarks/bridging/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/cgt.cfg -------------------------------------------------------------------------------- /benchmarks/bridging/fib/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/fib/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/fib/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/fib/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/lib/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/lib/io.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/lib/size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/lib/size.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/log/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/log/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/log/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/log/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/maxd/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/maxd/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/maxd/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/maxd/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/mm/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/mm/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/mm/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/mm/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/mux/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/mux/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/mux/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/mux/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/pks/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/pks/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/pks/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/pks/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/prod/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/prod/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/prod/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/prod/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/sort/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/sort/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/sort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/sort/main.cpp -------------------------------------------------------------------------------- /benchmarks/bridging/sum/bench.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/sum/bench.hpp -------------------------------------------------------------------------------- /benchmarks/bridging/sum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/benchmarks/bridging/sum/main.cpp -------------------------------------------------------------------------------- /circle/crcl/bbs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/bbs.cpp -------------------------------------------------------------------------------- /circle/crcl/bbs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/bbs.h -------------------------------------------------------------------------------- /circle/crcl/bdda.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/bdda.cpp -------------------------------------------------------------------------------- /circle/crcl/bdda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/bdda.h -------------------------------------------------------------------------------- /circle/crcl/crcl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/crcl.cpp -------------------------------------------------------------------------------- /circle/crcl/crcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/crcl.h -------------------------------------------------------------------------------- /circle/crcl/crutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/crutil.cpp -------------------------------------------------------------------------------- /circle/crcl/crutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/crutil.h -------------------------------------------------------------------------------- /circle/crcl/eval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/eval.cpp -------------------------------------------------------------------------------- /circle/crcl/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/eval.h -------------------------------------------------------------------------------- /circle/crcl/gram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/gram.cpp -------------------------------------------------------------------------------- /circle/crcl/gram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/gram.h -------------------------------------------------------------------------------- /circle/crcl/invar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/invar.cpp -------------------------------------------------------------------------------- /circle/crcl/invar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/invar.h -------------------------------------------------------------------------------- /circle/crcl/invert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/invert.cpp -------------------------------------------------------------------------------- /circle/crcl/invert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/invert.h -------------------------------------------------------------------------------- /circle/crcl/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/main.cpp -------------------------------------------------------------------------------- /circle/crcl/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/main.h -------------------------------------------------------------------------------- /circle/crcl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/makefile -------------------------------------------------------------------------------- /circle/crcl/olc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/olc.cpp -------------------------------------------------------------------------------- /circle/crcl/olc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/olc.h -------------------------------------------------------------------------------- /circle/crcl/olrnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/olrnd.cpp -------------------------------------------------------------------------------- /circle/crcl/olrnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/olrnd.h -------------------------------------------------------------------------------- /circle/crcl/prep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/prep.cpp -------------------------------------------------------------------------------- /circle/crcl/prep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/prep.h -------------------------------------------------------------------------------- /circle/crcl/prime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/prime.cpp -------------------------------------------------------------------------------- /circle/crcl/prime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/prime.h -------------------------------------------------------------------------------- /circle/crcl/run_cop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/run_cop.bat -------------------------------------------------------------------------------- /circle/crcl/simp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/simp.cpp -------------------------------------------------------------------------------- /circle/crcl/simp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/simp.h -------------------------------------------------------------------------------- /circle/crcl/ttbl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/ttbl.cpp -------------------------------------------------------------------------------- /circle/crcl/ttbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/ttbl.h -------------------------------------------------------------------------------- /circle/crcl/using.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/using.h -------------------------------------------------------------------------------- /circle/crcl/vars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/vars.cpp -------------------------------------------------------------------------------- /circle/crcl/vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/crcl/vars.h -------------------------------------------------------------------------------- /circle/cudd0/c30/cuddInt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /circle/cudd0/c30/cuddObj.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd0/c30/cuddObj.cc -------------------------------------------------------------------------------- /circle/cudd0/c30/cuddObj.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd0/c30/cuddObj.hh -------------------------------------------------------------------------------- /circle/cudd0/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd0/main.cpp -------------------------------------------------------------------------------- /circle/cudd0/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd0/makefile -------------------------------------------------------------------------------- /circle/cudd1/c30/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/config.h -------------------------------------------------------------------------------- /circle/cudd1/c30/cpu_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cpu_stats.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cpu_time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cpu_time.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cstringstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cstringstream.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cstringstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cstringstream.h -------------------------------------------------------------------------------- /circle/cudd1/c30/cudd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cudd.h -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAPI.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddAbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddAbs.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddApply.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddApply.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddFind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddFind.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddInv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddInv.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddIte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddIte.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddNeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddNeg.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAddWalsh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAddWalsh.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAndAbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAndAbs.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddAnneal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddAnneal.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddApa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddApa.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddApprox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddApprox.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddBddAbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddBddAbs.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddBddCorr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddBddCorr.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddBddIte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddBddIte.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddBridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddBridge.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddCache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddCache.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddCheck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddCheck.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddClip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddClip.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddCof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddCof.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddCompose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddCompose.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddDecomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddDecomp.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddEssent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddEssent.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddExact.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddExact.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddExport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddExport.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddGenCof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddGenCof.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddGenetic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddGenetic.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddGroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddGroup.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddHarwell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddHarwell.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddInit.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddInt.h -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddInteract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddInteract.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddLCache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddLCache.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddLevelQ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddLevelQ.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddLinear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddLinear.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddLiteral.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddLiteral.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddMatMult.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddMatMult.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddObj.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddObj.cc -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddObj.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddObj.hh -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddPriority.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddPriority.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddRead.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddRef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddRef.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddReorder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddReorder.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSat.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSign.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSolve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSolve.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSplit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSplit.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSubsetHB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSubsetHB.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSubsetSP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSubsetSP.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddSymmetry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddSymmetry.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddTable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddTable.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddUtil.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddWindow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddWindow.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddCount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddCount.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddFuncs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddFuncs.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddGroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddGroup.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddIsop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddIsop.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddLin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddLin.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddMisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddMisc.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddPort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddPort.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddReord.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddReord.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddSetop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddSetop.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddSymm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddSymm.c -------------------------------------------------------------------------------- /circle/cudd1/c30/cuddZddUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/cuddZddUtil.c -------------------------------------------------------------------------------- /circle/cudd1/c30/datalimit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/datalimit.c -------------------------------------------------------------------------------- /circle/cudd1/c30/epd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/epd.c -------------------------------------------------------------------------------- /circle/cudd1/c30/epd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/epd.h -------------------------------------------------------------------------------- /circle/cudd1/c30/epdInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/epdInt.h -------------------------------------------------------------------------------- /circle/cudd1/c30/mtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/mtr.h -------------------------------------------------------------------------------- /circle/cudd1/c30/mtrBasic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/mtrBasic.c -------------------------------------------------------------------------------- /circle/cudd1/c30/mtrGroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/mtrGroup.c -------------------------------------------------------------------------------- /circle/cudd1/c30/mtrInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/mtrInt.h -------------------------------------------------------------------------------- /circle/cudd1/c30/pathsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/pathsearch.c -------------------------------------------------------------------------------- /circle/cudd1/c30/pipefork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/pipefork.c -------------------------------------------------------------------------------- /circle/cudd1/c30/prtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/prtime.c -------------------------------------------------------------------------------- /circle/cudd1/c30/safe_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/safe_mem.c -------------------------------------------------------------------------------- /circle/cudd1/c30/st.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/st.c -------------------------------------------------------------------------------- /circle/cudd1/c30/st.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/st.h -------------------------------------------------------------------------------- /circle/cudd1/c30/strsav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/strsav.c -------------------------------------------------------------------------------- /circle/cudd1/c30/texpand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/texpand.c -------------------------------------------------------------------------------- /circle/cudd1/c30/ucbqsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/ucbqsort.c -------------------------------------------------------------------------------- /circle/cudd1/c30/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/c30/util.h -------------------------------------------------------------------------------- /circle/cudd1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/main.cpp -------------------------------------------------------------------------------- /circle/cudd1/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/cudd1/makefile -------------------------------------------------------------------------------- /circle/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/makefile -------------------------------------------------------------------------------- /circle/mk_all.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/mk_all.mak -------------------------------------------------------------------------------- /circle/mk_unx.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/mk_unx.mak -------------------------------------------------------------------------------- /circle/mk_win.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/circle/mk_win.mak -------------------------------------------------------------------------------- /examples/palisade/bfv/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/examples/palisade/bfv/cgt.cfg -------------------------------------------------------------------------------- /examples/palisade/bfv/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/examples/palisade/bfv/main.cpp -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/license.md -------------------------------------------------------------------------------- /src/amalgam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/amalgam.sh -------------------------------------------------------------------------------- /src/amalkey.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/amalkey.sh -------------------------------------------------------------------------------- /src/codelib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/codelib.sh -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_arith_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_arith_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_bfv_prot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_bfv_prot.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_bfv_prot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_bfv_prot.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_bdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_bdd.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_bdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_bdd.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_fhew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_fhew.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_fhew0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_fhew0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_fhew1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_fhew1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_gatcou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_gatcou.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_heli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_heli.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_heli0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_heli0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_heli1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_heli1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_pil.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_pil.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_plain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_plain.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_plain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_plain.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_tfhe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_tfhe.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_tfhe0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_tfhe0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_circ_tfhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_circ_tfhe1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_native.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_native.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pail.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pail.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pali.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pali.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pali0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pali0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pali1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pali1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_palisade_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_palisade_ckks.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pil.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_pil.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal_ckks.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal_ckks0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal_ckks0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/ekx_seal_ckks1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/ekx_seal_ckks1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/privkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/privkeys.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_abstract.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_abstract.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_abstract.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_arith_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_arith_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_bfv_prot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_bfv_prot.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_bfv_prot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_bfv_prot.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_bdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_bdd.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_bdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_bdd.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_fhew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_fhew.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_fhew0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_fhew0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_fhew1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_fhew1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_gatcou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_gatcou.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_heli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_heli.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_heli0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_heli0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_heli1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_heli1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_pil.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_pil.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_plain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_plain.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_plain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_plain.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_tfhe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_tfhe.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_tfhe0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_tfhe0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_circ_tfhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_circ_tfhe1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_native.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_native.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pail.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pail.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pali.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pali.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pali0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pali0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pali1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pali1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_palisade_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_palisade_ckks.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pil.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_pil.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal_ckks.h -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal_ckks0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal_ckks0.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/keys/sk_seal_ckks1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/keys/sk_seal_ckks1.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/cfgnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cfgnames.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/cfgparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cfgparser.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/cfgparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cfgparser.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/cgt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cgt.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/cgt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cgt.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/cloparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cloparser.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/cloparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/cloparser.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/platname.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/platname.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_bridge.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_bridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_bridge.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_circuit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_circuit.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_circuit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_circuit.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_native.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_native.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_partial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_partial.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sec_partial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sec_partial.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/secnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/secnames.h -------------------------------------------------------------------------------- /src/cpp_cgt/main/sectype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sectype.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/main/sectype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/main/sectype.h -------------------------------------------------------------------------------- /src/cpp_cgt/util/cgtutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/cgtutil.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/util/cgtutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/cgtutil.h -------------------------------------------------------------------------------- /src/cpp_cgt/util/euler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/euler.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/util/euler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/euler.h -------------------------------------------------------------------------------- /src/cpp_cgt/util/os_filesys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/os_filesys.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/util/os_filesys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/os_filesys.h -------------------------------------------------------------------------------- /src/cpp_cgt/util/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/timer.cpp -------------------------------------------------------------------------------- /src/cpp_cgt/util/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_cgt/util/timer.h -------------------------------------------------------------------------------- /src/cpp_crcl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_crcl/makefile -------------------------------------------------------------------------------- /src/cpp_share/keys/anykey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/anykey.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/anykey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/anykey.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_abstract.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_abstract.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_abstract.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_arith_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_arith_seal.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_bfv_prot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_bfv_prot.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_bfv_prot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_bfv_prot.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_bdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_bdd.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_bdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_bdd.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_fhew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_fhew.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_fhew0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_fhew0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_fhew1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_fhew1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_gatcou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_gatcou.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_heli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_heli.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_heli0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_heli0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_heli1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_heli1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_pil.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_pil.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_plain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_plain.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_plain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_plain.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_seal.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_tfhe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_tfhe.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_tfhe0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_tfhe0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_circ_tfhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_circ_tfhe1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_native.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_native.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pail.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pail.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pali.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pali.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pali0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pali0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pali1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pali1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pil.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_pil.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal_ckks.h -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal_ckks0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal_ckks0.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/ek_seal_ckks1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/ek_seal_ckks1.cpp -------------------------------------------------------------------------------- /src/cpp_share/keys/evalkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/keys/evalkeys.h -------------------------------------------------------------------------------- /src/cpp_share/util/base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/base64.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/base64.h -------------------------------------------------------------------------------- /src/cpp_share/util/cophee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/cophee.h -------------------------------------------------------------------------------- /src/cpp_share/util/cophee0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/cophee0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/cophee1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/cophee1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/cophee2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/cophee2.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/cophee3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/cophee3.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_bfv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_bfv.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_bfv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_bfv.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_fhew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_fhew.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_fhew0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_fhew0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_fhew0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_fhew0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_fhew1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_fhew1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_fhew1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_fhew1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_heli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_heli.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_heli0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_heli0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_heli0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_heli0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_heli1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_heli1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_heli1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_heli1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir.inc -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir2.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir2.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir3.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_mpir3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_mpir3.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali_sis0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali_sis0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_pali_sis1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pali_sis1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_pil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pil.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_pil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_pil.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal_ckks.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal_ckks0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal_ckks0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_seal_ckks1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_seal_ckks1.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_tfhe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_tfhe.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_tfhe0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_tfhe0.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_tfhe0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_tfhe0.h -------------------------------------------------------------------------------- /src/cpp_share/util/def_tfhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_tfhe1.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/def_tfhe1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/def_tfhe1.h -------------------------------------------------------------------------------- /src/cpp_share/util/e3math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/e3math.h -------------------------------------------------------------------------------- /src/cpp_share/util/e3math.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/e3math.inc -------------------------------------------------------------------------------- /src/cpp_share/util/e3util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/e3util.cpp -------------------------------------------------------------------------------- /src/cpp_share/util/e3util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/cpp_share/util/e3util.h -------------------------------------------------------------------------------- /src/db/circle/bddkey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/bddkey -------------------------------------------------------------------------------- /src/db/circle/k1/ker/arn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/arn -------------------------------------------------------------------------------- /src/db/circle/k1/ker/decb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/decb -------------------------------------------------------------------------------- /src/db/circle/k1/ker/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/default -------------------------------------------------------------------------------- /src/db/circle/k1/ker/dgst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/dgst -------------------------------------------------------------------------------- /src/db/circle/k1/ker/mix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/mix -------------------------------------------------------------------------------- /src/db/circle/k1/ker/nrn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/nrn -------------------------------------------------------------------------------- /src/db/circle/k1/ker/perm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/perm -------------------------------------------------------------------------------- /src/db/circle/k1/ker/rrxor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/rrxor -------------------------------------------------------------------------------- /src/db/circle/k1/ker/rxor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/rxor -------------------------------------------------------------------------------- /src/db/circle/k1/ker/same: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/ker/same -------------------------------------------------------------------------------- /src/db/circle/k1/op_and: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_and -------------------------------------------------------------------------------- /src/db/circle/k1/op_mux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_mux -------------------------------------------------------------------------------- /src/db/circle/k1/op_nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_nand -------------------------------------------------------------------------------- /src/db/circle/k1/op_nor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_nor -------------------------------------------------------------------------------- /src/db/circle/k1/op_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_not -------------------------------------------------------------------------------- /src/db/circle/k1/op_or: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_or -------------------------------------------------------------------------------- /src/db/circle/k1/op_xnor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_xnor -------------------------------------------------------------------------------- /src/db/circle/k1/op_xor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k1/op_xor -------------------------------------------------------------------------------- /src/db/circle/k2/ker/bbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/ker/bbs -------------------------------------------------------------------------------- /src/db/circle/k2/ker/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/ker/default -------------------------------------------------------------------------------- /src/db/circle/k2/ker/xor1013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/ker/xor1013 -------------------------------------------------------------------------------- /src/db/circle/k2/op_and: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_and -------------------------------------------------------------------------------- /src/db/circle/k2/op_mux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_mux -------------------------------------------------------------------------------- /src/db/circle/k2/op_nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_nand -------------------------------------------------------------------------------- /src/db/circle/k2/op_nor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_nor -------------------------------------------------------------------------------- /src/db/circle/k2/op_not.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_not.ker -------------------------------------------------------------------------------- /src/db/circle/k2/op_not.nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_not.nand -------------------------------------------------------------------------------- /src/db/circle/k2/op_not.nok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_not.nok -------------------------------------------------------------------------------- /src/db/circle/k2/op_or: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_or -------------------------------------------------------------------------------- /src/db/circle/k2/op_xnor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_xnor -------------------------------------------------------------------------------- /src/db/circle/k2/op_xor.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_xor.ker -------------------------------------------------------------------------------- /src/db/circle/k2/op_xor.nok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k2/op_xor.nok -------------------------------------------------------------------------------- /src/db/circle/k3/enum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k3/enum.txt -------------------------------------------------------------------------------- /src/db/circle/k3/ker/bbsl.op: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k3/ker/bbsl.op -------------------------------------------------------------------------------- /src/db/circle/k3/op_nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k3/op_nand -------------------------------------------------------------------------------- /src/db/circle/k3/op_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/k3/op_not -------------------------------------------------------------------------------- /src/db/circle/old/op_and_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_and_h -------------------------------------------------------------------------------- /src/db/circle/old/op_and_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_and_x -------------------------------------------------------------------------------- /src/db/circle/old/op_mux_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_mux_h -------------------------------------------------------------------------------- /src/db/circle/old/op_mux_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_mux_x -------------------------------------------------------------------------------- /src/db/circle/old/op_nand_example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_nand_example -------------------------------------------------------------------------------- /src/db/circle/old/op_nand_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_nand_h -------------------------------------------------------------------------------- /src/db/circle/old/op_nand_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_nand_x -------------------------------------------------------------------------------- /src/db/circle/old/op_nor_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_nor_h -------------------------------------------------------------------------------- /src/db/circle/old/op_nor_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_nor_x -------------------------------------------------------------------------------- /src/db/circle/old/op_not_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_not_h -------------------------------------------------------------------------------- /src/db/circle/old/op_not_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_not_x -------------------------------------------------------------------------------- /src/db/circle/old/op_or_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_or_h -------------------------------------------------------------------------------- /src/db/circle/old/op_or_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_or_x -------------------------------------------------------------------------------- /src/db/circle/old/op_xnor_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_xnor_h -------------------------------------------------------------------------------- /src/db/circle/old/op_xnor_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_xnor_x -------------------------------------------------------------------------------- /src/db/circle/old/op_xor_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_xor_h -------------------------------------------------------------------------------- /src/db/circle/old/op_xor_x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old/op_xor_x -------------------------------------------------------------------------------- /src/db/circle/old2/eq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/eq -------------------------------------------------------------------------------- /src/db/circle/old2/ker_arn.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_arn.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_decb.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_decb.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_dgst.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_dgst.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_mix.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_mix.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_nrn.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_nrn.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_perm.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_perm.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_rrxor.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_rrxor.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_rxor.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_rxor.ker -------------------------------------------------------------------------------- /src/db/circle/old2/ker_same.ker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/ker_same.ker -------------------------------------------------------------------------------- /src/db/circle/old2/op_and: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_and -------------------------------------------------------------------------------- /src/db/circle/old2/op_mux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_mux -------------------------------------------------------------------------------- /src/db/circle/old2/op_nand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_nand -------------------------------------------------------------------------------- /src/db/circle/old2/op_nand_sec_hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_nand_sec_hash -------------------------------------------------------------------------------- /src/db/circle/old2/op_nor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_nor -------------------------------------------------------------------------------- /src/db/circle/old2/op_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_not -------------------------------------------------------------------------------- /src/db/circle/old2/op_or: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_or -------------------------------------------------------------------------------- /src/db/circle/old2/op_xnor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_xnor -------------------------------------------------------------------------------- /src/db/circle/old2/op_xor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/op_xor -------------------------------------------------------------------------------- /src/db/circle/old2/tbed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circle/old2/tbed -------------------------------------------------------------------------------- /src/db/circuit/bddn/0/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/0/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/1/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/1/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/10/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/10/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/11/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/11/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/12/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/12/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/13/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/13/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/14/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/14/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/15/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/15/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/16/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/16/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/17/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/17/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/18/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/18/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/19/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/19/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/2/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/2/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/20/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/20/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/21/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/21/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/22/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/22/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/23/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/23/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/24/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/24/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/25/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/25/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/26/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/26/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/27/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/27/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/28/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/28/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/29/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/29/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/3/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/3/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/30/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/30/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/31/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/31/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/32/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/32/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/33/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/33/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/34/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/34/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/35/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/35/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/36/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/36/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/37/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/37/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/38/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/38/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/39/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/39/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/4/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/4/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/40/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/40/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/41/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/41/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/42/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/42/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/43/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/43/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/44/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/44/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/45/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/45/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/46/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/46/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/47/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/47/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/48/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/48/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/49/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/49/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/5/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/5/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/50/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/50/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/51/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/51/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/52/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/52/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/53/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/53/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/54/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/54/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/55/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/55/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/56/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/56/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/57/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/57/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/58/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/58/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/59/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/59/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/6/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/6/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/60/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/60/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/61/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/61/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/62/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/62/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/63/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/63/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/64/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/64/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/7/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/7/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/8/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/8/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/bddn/9/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/bddn/9/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/1/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/1/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/10/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/10/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/11/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/11/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/12/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/12/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/13/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/13/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/14/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/14/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/15/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/15/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/16/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/16/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/17/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/17/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/18/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/18/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/19/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/19/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/2/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/2/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/20/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/20/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/21/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/21/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/22/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/22/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/23/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/23/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/24/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/24/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/25/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/25/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/26/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/26/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/27/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/27/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/28/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/28/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/29/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/29/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/3/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/3/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/30/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/30/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/31/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/31/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/32/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/32/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/33/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/33/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/34/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/34/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/35/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/35/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/36/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/36/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/37/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/37/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/38/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/38/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/39/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/39/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/4/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/4/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/40/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/40/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/41/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/41/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/42/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/42/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/43/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/43/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/44/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/44/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/45/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/45/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/46/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/46/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/47/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/47/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/48/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/48/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/49/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/49/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/5/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/5/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/50/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/50/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/51/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/51/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/52/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/52/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/53/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/53/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/54/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/54/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/55/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/55/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/56/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/56/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/57/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/57/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/58/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/58/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/59/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/59/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/6/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/6/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/60/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/60/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/61/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/61/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/62/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/62/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/63/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/63/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/64/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/64/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/7/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/7/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/8/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/8/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/heli/9/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/heli/9/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/1/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/1/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/16/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/16/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/2/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/2/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/32/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/32/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/4/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/4/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/seal/8/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/seal/8/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/1/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/1/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/10/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/10/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/11/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/11/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/12/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/12/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/13/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/13/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/14/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/14/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/15/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/15/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/16/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/16/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/17/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/17/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/18/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/18/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/19/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/19/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/2/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/2/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/20/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/20/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/21/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/21/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/22/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/22/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/23/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/23/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/24/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/24/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/25/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/25/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/26/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/26/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/27/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/27/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/28/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/28/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/29/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/29/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/3/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/3/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/30/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/30/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/31/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/31/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/32/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/32/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/33/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/33/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/34/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/34/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/35/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/35/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/36/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/36/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/37/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/37/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/38/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/38/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/39/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/39/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/4/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/4/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/40/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/40/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/41/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/41/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/42/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/42/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/43/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/43/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/44/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/44/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/45/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/45/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/46/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/46/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/47/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/47/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/48/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/48/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/49/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/49/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/5/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/5/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/50/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/50/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/51/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/51/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/52/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/52/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/53/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/53/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/54/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/54/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/55/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/55/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/56/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/56/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/57/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/57/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/58/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/58/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/59/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/59/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/6/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/6/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/60/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/60/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/61/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/61/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/62/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/62/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/63/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/63/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/64/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/64/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/7/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/7/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/8/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/8/circuits.inc -------------------------------------------------------------------------------- /src/db/circuit/tfhe/9/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/circuit/tfhe/9/circuits.inc -------------------------------------------------------------------------------- /src/db/templ/atop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/atop.cpp -------------------------------------------------------------------------------- /src/db/templ/atop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/atop.h -------------------------------------------------------------------------------- /src/db/templ/atop.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/atop.inc -------------------------------------------------------------------------------- /src/db/templ/bridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.h -------------------------------------------------------------------------------- /src/db/templ/bridge.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.inc -------------------------------------------------------------------------------- /src/db/templ/bridge.pilx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.pilx.h -------------------------------------------------------------------------------- /src/db/templ/bridge.pilx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.pilx.inc -------------------------------------------------------------------------------- /src/db/templ/bridge.seal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.seal.h -------------------------------------------------------------------------------- /src/db/templ/bridge.seal.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/bridge.seal.inc -------------------------------------------------------------------------------- /src/db/templ/circuit.base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.base.h -------------------------------------------------------------------------------- /src/db/templ/circuit.bdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bdd.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.bdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bdd.h -------------------------------------------------------------------------------- /src/db/templ/circuit.bdda.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bdda.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.bdda.h: -------------------------------------------------------------------------------- 1 | // Copyright 2022 MoMA Lab, NYU Abu Dhabi (wp.nyu.edu/momalab/) 2 | @circuit.bdd.h 3 | -------------------------------------------------------------------------------- /src/db/templ/circuit.bddf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bddf.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.bddf.h: -------------------------------------------------------------------------------- 1 | // Copyright 2022 MoMA Lab, NYU Abu Dhabi (wp.nyu.edu/momalab/) 2 | @circuit.bdd.h 3 | -------------------------------------------------------------------------------- /src/db/templ/circuit.bddn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bddn.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.bddn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.bddn.h -------------------------------------------------------------------------------- /src/db/templ/circuit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.extern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.extern.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.extern.h -------------------------------------------------------------------------------- /src/db/templ/circuit.fhew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.fhew.h -------------------------------------------------------------------------------- /src/db/templ/circuit.fhew0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.fhew0.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.fhew1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.fhew1.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.gatcou.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.gatcou.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.gatcou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.gatcou.h -------------------------------------------------------------------------------- /src/db/templ/circuit.gatcow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.gatcow.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.gatcow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.gatcow.h -------------------------------------------------------------------------------- /src/db/templ/circuit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.h -------------------------------------------------------------------------------- /src/db/templ/circuit.heli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.heli.h -------------------------------------------------------------------------------- /src/db/templ/circuit.heli0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.heli0.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.heli1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.heli1.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.inc -------------------------------------------------------------------------------- /src/db/templ/circuit.pilc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.pilc.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.pilc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.pilc.h -------------------------------------------------------------------------------- /src/db/templ/circuit.plain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.plain.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.plain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.plain.h -------------------------------------------------------------------------------- /src/db/templ/circuit.seal_bfv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.seal_bfv.h -------------------------------------------------------------------------------- /src/db/templ/circuit.seal_bfv0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.seal_bfv0.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.seal_bfv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.seal_bfv1.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.tfhe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.tfhe.h -------------------------------------------------------------------------------- /src/db/templ/circuit.tfhe0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.tfhe0.cpp -------------------------------------------------------------------------------- /src/db/templ/circuit.tfhe1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/circuit.tfhe1.cpp -------------------------------------------------------------------------------- /src/db/templ/native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/native.cpp -------------------------------------------------------------------------------- /src/db/templ/native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/native.h -------------------------------------------------------------------------------- /src/db/templ/native.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/native.inc -------------------------------------------------------------------------------- /src/db/templ/ring.bfv_prot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.bfv_prot.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.bfv_prot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.bfv_prot.h -------------------------------------------------------------------------------- /src/db/templ/ring.bfv_prot.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.bfv_prot.inc -------------------------------------------------------------------------------- /src/db/templ/ring.pail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pail.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.pail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pail.h -------------------------------------------------------------------------------- /src/db/templ/ring.pail.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pail.inc -------------------------------------------------------------------------------- /src/db/templ/ring.pailg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pailg.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.pailg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pailg.h -------------------------------------------------------------------------------- /src/db/templ/ring.pailg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pailg.inc -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_bfv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_bfv.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_bfv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_bfv.h -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_bfv.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_bfv.inc -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_ckks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_ckks.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_ckks.h -------------------------------------------------------------------------------- /src/db/templ/ring.palisade_ckks.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.palisade_ckks.inc -------------------------------------------------------------------------------- /src/db/templ/ring.pila.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pila.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.pila.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pila.h -------------------------------------------------------------------------------- /src/db/templ/ring.pila.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.pila.inc -------------------------------------------------------------------------------- /src/db/templ/ring.seal_bfv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_bfv.h -------------------------------------------------------------------------------- /src/db/templ/ring.seal_bfv0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_bfv0.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.seal_bfv0.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_bfv0.inc -------------------------------------------------------------------------------- /src/db/templ/ring.seal_bfv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_bfv1.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.seal_bfv1.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_bfv1.inc -------------------------------------------------------------------------------- /src/db/templ/ring.seal_ckks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_ckks.h -------------------------------------------------------------------------------- /src/db/templ/ring.seal_ckks0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_ckks0.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.seal_ckks0.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_ckks0.inc -------------------------------------------------------------------------------- /src/db/templ/ring.seal_ckks1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_ckks1.cpp -------------------------------------------------------------------------------- /src/db/templ/ring.seal_ckks1.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/db/templ/ring.seal_ckks1.inc -------------------------------------------------------------------------------- /src/e3int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/e3int.h -------------------------------------------------------------------------------- /src/e3key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/e3key.h -------------------------------------------------------------------------------- /src/e3x/emulate/e3x.c: -------------------------------------------------------------------------------- 1 | static void f(){} 2 | 3 | -------------------------------------------------------------------------------- /src/e3x/emulate/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/e3x/emulate/makefile -------------------------------------------------------------------------------- /src/mak_alice.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_alice.mak -------------------------------------------------------------------------------- /src/mak_bob.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_bob.mak -------------------------------------------------------------------------------- /src/mak_cgt.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_cgt.mak -------------------------------------------------------------------------------- /src/mak_mod_cu.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_mod_cu.mak -------------------------------------------------------------------------------- /src/mak_mod_dev.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_mod_dev.mak -------------------------------------------------------------------------------- /src/mak_mod_ek.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_mod_ek.mak -------------------------------------------------------------------------------- /src/mak_mod_inc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_mod_inc.mak -------------------------------------------------------------------------------- /src/mak_mod_sk.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_mod_sk.mak -------------------------------------------------------------------------------- /src/mak_sec.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/mak_sec.mak -------------------------------------------------------------------------------- /src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/makefile -------------------------------------------------------------------------------- /src/plat.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/plat.mak -------------------------------------------------------------------------------- /src/plat_mac.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/plat_mac.mak -------------------------------------------------------------------------------- /src/plat_unx.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/plat_unx.mak -------------------------------------------------------------------------------- /src/plat_win.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/plat_win.mak -------------------------------------------------------------------------------- /src/user/def/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/def/cgt.cfg -------------------------------------------------------------------------------- /src/user/def/fib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/def/fib.h -------------------------------------------------------------------------------- /src/user/def/func.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/def/func.cpp -------------------------------------------------------------------------------- /src/user/def/func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/def/func.h -------------------------------------------------------------------------------- /src/user/def/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/def/main.cpp -------------------------------------------------------------------------------- /src/user/ops/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/ops/cgt.cfg -------------------------------------------------------------------------------- /src/user/ops/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/src/user/ops/main.cpp -------------------------------------------------------------------------------- /tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/README.md -------------------------------------------------------------------------------- /tutorials/basic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/basic/README.md -------------------------------------------------------------------------------- /tutorials/basic/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/basic/cgt.cfg -------------------------------------------------------------------------------- /tutorials/basic/chron.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/basic/chron.h -------------------------------------------------------------------------------- /tutorials/basic/tutorials.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/basic/tutorials.cpp -------------------------------------------------------------------------------- /tutorials/bench/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/README.md -------------------------------------------------------------------------------- /tutorials/bench/batch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/README.md -------------------------------------------------------------------------------- /tutorials/bench/batch/bsort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/bsort/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/bsort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/bsort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/cgt_seal.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/cgt_seal.cfg -------------------------------------------------------------------------------- /tutorials/bench/batch/fact/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fact/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/fact/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fact/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/fact/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fact/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/fib/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fib/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/fib/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fib/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/fib/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/fib/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/isort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/isort/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/isort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/isort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/jen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/jen/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/jen/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/jen/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/jen/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/jen/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/matrix/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/matrix/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/sieve/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/sieve/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/sieve/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/sieve/timer.h -------------------------------------------------------------------------------- /tutorials/bench/batch/speck/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/speck/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/batch/speck/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/batch/speck/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/README.md -------------------------------------------------------------------------------- /tutorials/bench/bit/bsort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/bsort/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/bsort/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/bsort/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/bsort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/bsort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/cgt_seal.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/cgt_seal.cfg -------------------------------------------------------------------------------- /tutorials/bench/bit/cgt_tfhe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/cgt_tfhe.cfg -------------------------------------------------------------------------------- /tutorials/bench/bit/fact/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fact/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/fact/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fact/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/fact/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fact/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/fib/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fib/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/fib/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fib/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/fib/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/fib/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/isort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/isort/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/isort/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/isort/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/isort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/isort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/jen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/jen/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/jen/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/jen/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/jen/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/jen/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/matrix/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/matrix/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/matrix/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/matrix/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/matrix/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/matrix/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/sieve/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/sieve/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/sieve/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/sieve/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/sieve/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/sieve/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bit/speck/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/speck/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/speck/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/speck/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bit/speck/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bit/speck/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/README.md -------------------------------------------------------------------------------- /tutorials/bench/bridge/bsort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/bsort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/cgt_seal.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/cgt_seal.cfg -------------------------------------------------------------------------------- /tutorials/bench/bridge/fact/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/fact/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bridge/fact/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/fact/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/fib/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/fib/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bridge/fib/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/fib/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bridge/fib/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/fib/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/isort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/isort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/jen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/jen/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/bridge/jen/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/jen/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/bridge/jen/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/jen/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/sieve/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/sieve/timer.h -------------------------------------------------------------------------------- /tutorials/bench/bridge/speck/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/bridge/speck/timer.h -------------------------------------------------------------------------------- /tutorials/bench/mod/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/mod/README.md -------------------------------------------------------------------------------- /tutorials/bench/mod/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/mod/cgt.cfg -------------------------------------------------------------------------------- /tutorials/bench/mod/mod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/mod/mod.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/README.md -------------------------------------------------------------------------------- /tutorials/bench/spec/bsort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/bsort/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/bsort/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/bsort/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/bsort/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/bsort/timer.h -------------------------------------------------------------------------------- /tutorials/bench/spec/cgt_tfhe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/cgt_tfhe.cfg -------------------------------------------------------------------------------- /tutorials/bench/spec/circuits.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/circuits.inc -------------------------------------------------------------------------------- /tutorials/bench/spec/fact/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/fact/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/fact/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/fact/timer.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/fact/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/fact/timer.h -------------------------------------------------------------------------------- /tutorials/bench/spec/fib/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/fib/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/fib/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/fib/timer.h -------------------------------------------------------------------------------- /tutorials/bench/spec/jen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/jen/main.cpp -------------------------------------------------------------------------------- /tutorials/bench/spec/jen/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/bench/spec/jen/timer.h -------------------------------------------------------------------------------- /tutorials/dop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/README.md -------------------------------------------------------------------------------- /tutorials/dop/bs0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/bs0.cpp -------------------------------------------------------------------------------- /tutorials/dop/bs1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/bs1.cpp -------------------------------------------------------------------------------- /tutorials/dop/bs3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/bs3.cpp -------------------------------------------------------------------------------- /tutorials/dop/bs4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/bs4.cpp -------------------------------------------------------------------------------- /tutorials/dop/fac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/fac.cpp -------------------------------------------------------------------------------- /tutorials/dop/fib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/fib.cpp -------------------------------------------------------------------------------- /tutorials/dop/is.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/is.cpp -------------------------------------------------------------------------------- /tutorials/dop/mm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/mm.cpp -------------------------------------------------------------------------------- /tutorials/dop/project/bs4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/project/bs4.cpp -------------------------------------------------------------------------------- /tutorials/dop/project/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/project/cgt.cfg -------------------------------------------------------------------------------- /tutorials/dop/soe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/soe.cpp -------------------------------------------------------------------------------- /tutorials/dop/wrap/bs2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/wrap/bs2.cpp -------------------------------------------------------------------------------- /tutorials/dop/wrap/bs3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/wrap/bs3.cpp -------------------------------------------------------------------------------- /tutorials/dop/wrap/secure2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/wrap/secure2.h -------------------------------------------------------------------------------- /tutorials/dop/wrap/secure3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/dop/wrap/secure3.h -------------------------------------------------------------------------------- /tutorials/other/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/other/README.md -------------------------------------------------------------------------------- /tutorials/other/gate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/other/gate/README.md -------------------------------------------------------------------------------- /tutorials/other/gate/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/other/gate/cgt.cfg -------------------------------------------------------------------------------- /tutorials/other/gate/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/other/gate/main.cpp -------------------------------------------------------------------------------- /tutorials/steps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/README.md -------------------------------------------------------------------------------- /tutorials/steps/step0/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step0/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step0/cgt.cfg: -------------------------------------------------------------------------------- 1 | Secure : native {} 2 | -------------------------------------------------------------------------------- /tutorials/steps/step1/a.cpp: -------------------------------------------------------------------------------- 1 | int main(){} 2 | 3 | -------------------------------------------------------------------------------- /tutorials/steps/step1/cgt.cfg: -------------------------------------------------------------------------------- 1 | Secure:native{} 2 | -------------------------------------------------------------------------------- /tutorials/steps/step1/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step1/run.sh -------------------------------------------------------------------------------- /tutorials/steps/step2/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step2/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step2/cgt.cfg: -------------------------------------------------------------------------------- 1 | Secure : native 2 | { 3 | postfix = E 4 | } 5 | -------------------------------------------------------------------------------- /tutorials/steps/step2/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step2/run.sh -------------------------------------------------------------------------------- /tutorials/steps/step3/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step3/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step3/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step3/cgt.cfg -------------------------------------------------------------------------------- /tutorials/steps/step3/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step3/run.sh -------------------------------------------------------------------------------- /tutorials/steps/step4/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step4/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step4/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step4/cgt.cfg -------------------------------------------------------------------------------- /tutorials/steps/step4/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step4/run.sh -------------------------------------------------------------------------------- /tutorials/steps/step5/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step5/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step5/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step5/cgt.cfg -------------------------------------------------------------------------------- /tutorials/steps/step5/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step5/run.sh -------------------------------------------------------------------------------- /tutorials/steps/step6/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step6/a.cpp -------------------------------------------------------------------------------- /tutorials/steps/step6/cgt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step6/cgt.cfg -------------------------------------------------------------------------------- /tutorials/steps/step6/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/momalab/e3/HEAD/tutorials/steps/step6/run.sh --------------------------------------------------------------------------------