We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570bdba commit 099bc34Copy full SHA for 099bc34
shell_encryption/rns/BUILD
@@ -148,9 +148,6 @@ cc_library(
148
hdrs = ["crt_interpolation.h"],
149
deps = [
150
":rns_modulus",
151
- "//shell_encryption:integral_types",
152
- "//shell_encryption:montgomery",
153
- "@com_google_absl//absl/numeric:int128",
154
"@com_google_absl//absl/status",
155
"@com_google_absl//absl/status:statusor",
156
],
shell_encryption/rns/crt_interpolation.h
@@ -18,11 +18,8 @@
18
19
#include <vector>
20
21
-#include "absl/numeric/int128.h"
22
#include "absl/status/status.h"
23
#include "absl/status/statusor.h"
24
-#include "shell_encryption/integral_types.h"
25
-#include "shell_encryption/montgomery.h"
26
#include "shell_encryption/rns/rns_modulus.h"
27
28
namespace rlwe {
0 commit comments