aboutsummaryrefslogtreecommitdiff
path: root/act
diff options
context:
space:
mode:
authorPrabal Singh <prabalsingh@google.com>2023-10-25 16:48:06 +0100
committerPrabal Singh <prabalsingh@google.com>2023-10-25 20:00:33 +0100
commit312466a9ae7d9c154d426d9e40ba347226b19e47 (patch)
tree5931f3c1591da339e44618fd24da62048bde1704 /act
parentb740c605a1ab66cce60f221554a2421853c9bb0e (diff)
downloadanonymous-counting-tokens-312466a9ae7d9c154d426d9e40ba347226b19e47.tar.gz
Add util.proto in ACT
Bug: 300214634 Test: manually tested Change-Id: I9c83165dfc3fd7b92dd6589cf876806969969ada
Diffstat (limited to 'act')
-rw-r--r--act/util.proto (renamed from act/transcript.proto)10
1 files changed, 10 insertions, 0 deletions
diff --git a/act/transcript.proto b/act/util.proto
index 957335d..9041c07 100644
--- a/act/transcript.proto
+++ b/act/util.proto
@@ -32,3 +32,13 @@ message Transcript {
TokensResponse tokens_response = 8;
repeated Token tokens = 9;
}
+
+message MessagesSet {
+ repeated string message = 1;
+}
+
+message GeneratedTokensRequestProto {
+ repeated bytes fingerprints_bytes = 1;
+ TokensRequest token_request = 2;
+ TokensRequestPrivateState tokens_request_private_state = 3;
+}