aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2021-12-11 09:16:13 -0800
committerCopybara-Service <copybara-worker@google.com>2021-12-11 09:16:57 -0800
commit4493c1fbc77c14294d1be0d7b4e4006b837dbf67 (patch)
treef381d77534a3a39d006103dc2425d32f08b555d6 /proto
parentf92d7ddeb7e07dd767b2343a14f2eb8f3872664f (diff)
downloadtink-4493c1fbc77c14294d1be0d7b4e4006b837dbf67.tar.gz
Added access to RAW AES GCM key generation and the AES GCM key proto for Objective-C.
PiperOrigin-RevId: 415747538
Diffstat (limited to 'proto')
-rw-r--r--proto/aes_gcm.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/aes_gcm.proto b/proto/aes_gcm.proto
index ca1483f1c..5a1ccc150 100644
--- a/proto/aes_gcm.proto
+++ b/proto/aes_gcm.proto
@@ -21,6 +21,7 @@ package google.crypto.tink;
option java_package = "com.google.crypto.tink.proto";
option java_multiple_files = true;
option go_package = "github.com/google/tink/proto/aes_gcm_go_proto";
+option objc_class_prefix = "TINKPB";
// only allowing IV size in bytes = 12 and tag size in bytes = 16
// Thus, accept no params.