Skip to content

Commit

Permalink
Revert "Add new protobuf message MultiWrapValue. (#176)"
Browse files Browse the repository at this point in the history
This reverts commit 1a4e7fe.
  • Loading branch information
jefferai committed Jul 14, 2023
1 parent 1a4e7fe commit c173afe
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 135 deletions.
170 changes: 45 additions & 125 deletions github.com.hashicorp.go.kms.wrapping.v2.types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions github.com.hashicorp.go.kms.wrapping.v2.types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,3 @@ enum KeyPurpose {
Unwrap = 6;
MAC = 7;
}

// MultiWrapValue can be used to keep track of different encryptions of a value.
message MultiWrapValue {
// Generation is used to keep track of when the MultiWrapValue was generated.
uint64 generation = 1;

// Slots has a BlobInfo for each key used to encrypt the value.
repeated BlobInfo slots = 2;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c173afe

Please sign in to comment.