-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SEAL
updated
16 files
+7 −0 | CHANGES.md | |
+1 −1 | CMakeLists.txt | |
+2 −2 | README.md | |
+3 −3 | native/examples/1_bfv_basics.cpp | |
+3 −2 | native/src/seal/context.cpp | |
+1 −1 | native/src/seal/decryptor.cpp | |
+18 −18 | native/src/seal/evaluator.cpp | |
+1 −1 | native/src/seal/kswitchkeys.cpp | |
+1 −1 | native/src/seal/util/croots.cpp | |
+1 −1 | native/src/seal/util/galois.cpp | |
+4 −2 | native/src/seal/util/iterator.h | |
+4 −2 | native/src/seal/util/mempool.h | |
+4 −3 | native/src/seal/util/ntt.cpp | |
+1 −1 | native/src/seal/util/numth.cpp | |
+3 −3 | native/src/seal/util/rns.cpp | |
+4 −4 | native/src/seal/util/ztools.cpp |