Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed BUILD
Empty file.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ archive_override(
module_name = "protobuf",
integrity = "sha256-F4n12LZfTcM249HtTdCAw3iK35iU7Ei61GTtjK3cS4Y=",
strip_prefix = "protobuf-9151e03956a34b795ca0d58e19d8a9991904b459",
urls = ["https://github.com/google/protobuf/archive/9151e03956a34b795ca0d58e19d8a9991904b459.zip"],
urls = ["https://github.com/google/protobuf/archive/9151e03956a34b795ca0d58e19d8a9991904b459.zip"],
)

bazel_dep(name = "googletest", version = "1.17.0.bcr.1", repo_name = "com_github_google_googletest")
Expand Down
476 changes: 457 additions & 19 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shell_encryption/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

load("@protobuf//bazel:proto_library.bzl", "proto_library")
load("@rules_license//rules:license.bzl", "license")
load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_cc//cc:cc_test.bzl", "cc_test")
load("@rules_license//rules:license.bzl", "license")

package(default_visibility = ["//visibility:public"])

Expand Down
2 changes: 1 addition & 1 deletion shell_encryption/rns/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# RNS extension of the rlwe library

load("@protobuf//bazel:proto_library.bzl", "proto_library")
load("@protobuf//rust:defs.bzl", "rust_proto_library")
load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_cc//cc:cc_test.bzl", "cc_test")
load("@protobuf//rust:defs.bzl", "rust_proto_library")

package(default_visibility = ["//visibility:public"])

Expand Down
2 changes: 0 additions & 2 deletions shell_encryption/testing/coefficient_polynomial.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ syntax = "proto2";

package rlwe;

option optimize_for = LITE_RUNTIME;

// Polynomial in coefficient representation
message SerializedCoefficientPolynomial {
// Coefficients of the polynomial
Expand Down