We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188f33 commit 9ba37e4Copy full SHA for 9ba37e4
apple/swift_homomorphic_encryption/api/pir/v1/pir.proto
@@ -1,4 +1,4 @@
1
-// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
+// Copyright 2024-2026 Apple Inc. and the Swift Homomorphic Encryption project authors
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -53,6 +53,8 @@ message PIRConfig {
53
reserved 7, 8, 9;
54
// Configuration for each shard; overrides `shard_configs` (field 2).
55
PIRShardConfigs pir_shard_configs = 10;
56
+ // Whether to encode the entry size as part of the Index PIR response.
57
+ optional bool encoding_entry_size = 11;
58
}
59
60
// Configuration for PIR shards.
0 commit comments