Skip to content

Commit 099bc34

Browse files
b5licopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 882179955
1 parent 570bdba commit 099bc34

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

shell_encryption/rns/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ cc_library(
148148
hdrs = ["crt_interpolation.h"],
149149
deps = [
150150
":rns_modulus",
151-
"//shell_encryption:integral_types",
152-
"//shell_encryption:montgomery",
153-
"@com_google_absl//absl/numeric:int128",
154151
"@com_google_absl//absl/status",
155152
"@com_google_absl//absl/status:statusor",
156153
],

shell_encryption/rns/crt_interpolation.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818

1919
#include <vector>
2020

21-
#include "absl/numeric/int128.h"
2221
#include "absl/status/status.h"
2322
#include "absl/status/statusor.h"
24-
#include "shell_encryption/integral_types.h"
25-
#include "shell_encryption/montgomery.h"
2623
#include "shell_encryption/rns/rns_modulus.h"
2724

2825
namespace rlwe {

0 commit comments

Comments
 (0)