Skip to content

Commit

Permalink
Add X-AES-GCM proto to Tink Go
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706789066
Change-Id: I4e758ed164f5ca6a686e64db4e5144d7c10e248d
  • Loading branch information
morambro authored and copybara-github committed Dec 16, 2024
1 parent 10eb316 commit be4a93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/x_aes_gcm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package google.crypto.tink;

option java_package = "com.google.crypto.tink.proto";
option java_multiple_files = true;
option go_package = "github.com/tink-crypto/tink-go/v2/proto/x_aes_gcm_go_proto";

message XAesGcmParams {
// Must be at least 8 bytes and at most 12 bytes.
Expand Down

0 comments on commit be4a93a

Please sign in to comment.