forked from vernamlab/cuFHE
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d58658a
commit 491b90e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule TFHEpp
updated
12 files
+215 −0 | include/INTorus.hpp | |
+38 −233 | include/cuhe++.hpp | |
+0 −1 | include/gatebootstrapping.hpp | |
+15 −7 | include/mulfft.hpp | |
+2 −2 | include/params/128bit.hpp | |
+12 −0 | include/trgsw.hpp | |
+56 −0 | src/trgsw.cpp | |
+0 −6 | test/CMakeLists.txt | |
+4 −0 | test/circuitbootstrappinglvl22.cpp | |
+2 −2 | test/cuhe++.cpp | |
+61 −0 | test/externalproductntt.cpp | |
+5 −5 | test/rom.cpp |