Commit cea6817
committed
bump TFHEpp to latest and fix keyswitching algorithm
1 parent 4fca695 commit cea6817
File tree
4 files changed
+61
-40
lines changed- include
- thirdparties
4 files changed
+61
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
16 | 29 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
21 | 41 | | |
22 | 42 | | |
23 | 43 | | |
24 | 44 | | |
25 | 45 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
| |||
40 | 56 | | |
41 | 57 | | |
42 | 58 | | |
43 | | - | |
| 59 | + | |
44 | 60 | | |
45 | | - | |
46 | | - | |
| 61 | + | |
| 62 | + | |
47 | 63 | | |
48 | 64 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
53 | 68 | | |
54 | 69 | | |
55 | | - | |
56 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
57 | 73 | | |
58 | 74 | | |
59 | 75 | | |
| |||
66 | 82 | | |
67 | 83 | | |
68 | 84 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
73 | 96 | | |
74 | 97 | | |
75 | 98 | | |
76 | 99 | | |
77 | 100 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 101 | | |
83 | 102 | | |
84 | 103 | | |
| |||
89 | 108 | | |
90 | 109 | | |
91 | 110 | | |
92 | | - | |
| 111 | + | |
93 | 112 | | |
94 | | - | |
95 | | - | |
| 113 | + | |
| 114 | + | |
96 | 115 | | |
97 | 116 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
106 | 127 | | |
107 | 128 | | |
108 | 129 | | |
| |||
- .github/workflows/test.yml+49-1
- .gitmodules+9
- CMakeLists.txt+12-6
- Dockerfile-ubuntu2404+11
- README.md+23-11
- docker-fft-bench.bash+3
- fft-bench.bash+51
- include/BLAKE3PRNG.hpp+75
- include/INTorus.hpp+6-2
- include/aes.hpp+784
- include/bfv++.hpp+21-31
- include/circuitbootstrapping.hpp+78-22
- include/cloudkey.hpp+107-345
- include/cmuxmem.hpp+78-27
- include/detwfa.hpp+3-9
- include/evalkeygens.hpp+330
- include/externs/keyswitch.hpp+1-1
- include/externs/trgsw.hpp+7-2
- include/fnt.hpp+232
- include/gatebootstrapping.hpp+26-4
- include/key.hpp-4
- include/keyswitch.hpp+348-100
- include/mulfft.hpp+79-42
- include/params.hpp+27-13
- include/params/128bit.hpp+46-3
- include/params/CGGI16.hpp+21
- include/params/CGGI19.hpp+17
- include/params/compress.hpp+21
- include/params/concrete.hpp+26-5
- include/params/ternary.hpp+21
- include/params/tfhe-rs.hpp+25-4
- include/raintt.hpp+5
- include/tfhe++.hpp+4-1
- include/tlwe.hpp+91-13
- include/trgsw.hpp+376-112
- include/trlwe.hpp+31-4
- include/utils.hpp+44-30
- src/CMakeLists.txt+8-2
- src/bfv.cpp+5
- src/key.cpp+3
- src/keyswitch.cpp+1-1
- src/trgsw.cpp+7-2
- test/CMakeLists.txt+2-2
- test/aesencWOexpansion.cpp+105
- test/aesinvsbox.cpp+60
- test/aesinvsboxrom.cpp+63
- test/aessboxrom.cpp+63
- test/annihilate.cpp+22-22
- test/annihilatecircuitbootstrapping.cpp+81
- test/cereal.cpp+1-2
- test/chenspacking.cpp+57
- test/circuitbootstrapping.cpp+7-3
- test/circuitbootstrappingsub.cpp+5-3
- test/cmux.cpp+3-1
- test/cmuxpmbxmo.cpp+4-1
- test/combinedmem.cpp+4-4
- test/evalauto.cpp+3-7
- test/externalproduct.cpp+8-4
- test/fnt.cpp+166
- test/gatebootstrapping.cpp+2-1
- test/invcircuitbootstrapping.cpp+9-3
- test/invmixcolumns.cpp+90
- test/keyexpansion.cpp.disabled+148
- test/mixcolumnDepth4.cpp+72
- test/mixcolumns.cpp+94
- test/nested_cmux.cpp+4-2
- test/nested_cmux_from_cb.cpp+3-1
- test/polymul.cpp+22-3
- test/raintt.cpp+2-2
- test/ram.cpp+5-4
- test/tlwe2tablepacking.cpp+66
- test/tlwe2trlwepacking.cpp+56
- test/trlwemult.cpp+5-5
- thirdparties/AES+1
- thirdparties/BLAKE3+1
- thirdparties/concrete-fft+1-1
- thirdparties/concrete-ntt+1
- thirdparties/fftw/fft_processor_fftw.cpp+33-14
- thirdparties/fftw/fft_processor_fftw.h+6-3
- thirdparties/mkl/fft_processor_mkl.hpp+10
- thirdparties/randen/vector128.h+1-1
- thirdparties/spqlios/fft_processor_spqlios.cpp+125-5
- thirdparties/spqlios/fft_processor_spqlios.h+2
- thirdparties/spqliox_aarch64/fft_processor_spqliox_aarch64.cpp+27-2
- thirdparties/spqliox_aarch64/fft_processor_spqliox_aarch64.h+6-1
0 commit comments