Skip to content

Commit

Permalink
Remove cached DEK key protos.
Browse files Browse the repository at this point in the history
These are now unused.

PiperOrigin-RevId: 556805140
Change-Id: I3561e3cd2a448941247f2c2142d3b96422462136
  • Loading branch information
juergw authored and copybara-github committed Aug 14, 2023
1 parent 223048e commit ae5297a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
13 changes: 0 additions & 13 deletions proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ proto_library(
deps = [":common_proto"],
)

proto_library(
name = "cached_dek_aead_proto",
srcs = ["cached_dek_aead.proto"],
visibility = ["//visibility:public"],
)

proto_library(
name = "cached_dek_envelope_proto",
srcs = ["cached_dek_envelope.proto"],
visibility = ["//visibility:public"],
deps = [":tink_proto"],
)

proto_library(
name = "rsa_ssa_pss_proto",
srcs = ["rsa_ssa_pss.proto"],
Expand Down
40 changes: 0 additions & 40 deletions proto/cached_dek_aead.proto

This file was deleted.

43 changes: 0 additions & 43 deletions proto/cached_dek_envelope.proto

This file was deleted.

0 comments on commit ae5297a

Please sign in to comment.