aboutsummaryrefslogtreecommitdiff
path: root/proto/aes_gcm_hkdf_streaming.proto
diff options
context:
space:
mode:
authorWiktor Garbacz <wiktorg@google.com>2024-05-14 03:28:55 -0700
committerCopybara-Service <copybara-worker@google.com>2024-05-14 03:30:24 -0700
commit0d09353b70fad4ced2fc3d120b18d01ee01b2831 (patch)
treeb5e8ef20283ff461249e9046af628a26059cbc46 /proto/aes_gcm_hkdf_streaming.proto
parent63d4600b2dadf18843fabb58ab636833ba0c1d54 (diff)
downloadtink-0d09353b70fad4ced2fc3d120b18d01ee01b2831.tar.gz
Use `ctype = STRING_PIECE` on all `key_value`s
PiperOrigin-RevId: 633521257 Change-Id: I2754393df8663b0d9cecdd0b797365c8c32bfbcf
Diffstat (limited to 'proto/aes_gcm_hkdf_streaming.proto')
-rw-r--r--proto/aes_gcm_hkdf_streaming.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/aes_gcm_hkdf_streaming.proto b/proto/aes_gcm_hkdf_streaming.proto
index a436abbe9..c5e40236b 100644
--- a/proto/aes_gcm_hkdf_streaming.proto
+++ b/proto/aes_gcm_hkdf_streaming.proto
@@ -42,5 +42,5 @@ message AesGcmHkdfStreamingKeyFormat {
message AesGcmHkdfStreamingKey {
uint32 version = 1;
AesGcmHkdfStreamingParams params = 2;
- bytes key_value = 3;
+ bytes key_value = 3; // Placeholder for ctype.
}