We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec76a3 commit 8188f33Copy full SHA for 8188f33
apple/swift_homomorphic_encryption/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.
@@ -52,6 +52,8 @@ message PirParameters {
52
// Key compression strategy.
53
KeyCompressionStrategy key_compression_strategy = 9;
54
reserved 10, 11, 12;
55
+ // Whether to encode the entry size as part of the Index PIR response.
56
+ bool encoding_entry_size = 13;
57
}
58
59
// Parameters for keyword PIR.
0 commit comments