Skip to content

Commit 8188f33

Browse files
authored
Add encoding_entry_size to PirParameters (#25)
1 parent 0ec76a3 commit 8188f33

File tree

1 file changed

+3
-1
lines changed
  • apple/swift_homomorphic_encryption/pir/v1

1 file changed

+3
-1
lines changed

apple/swift_homomorphic_encryption/pir/v1/pir.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
1+
// Copyright 2024-2026 Apple Inc. and the Swift Homomorphic Encryption project authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -52,6 +52,8 @@ message PirParameters {
5252
// Key compression strategy.
5353
KeyCompressionStrategy key_compression_strategy = 9;
5454
reserved 10, 11, 12;
55+
// Whether to encode the entry size as part of the Index PIR response.
56+
bool encoding_entry_size = 13;
5557
}
5658

5759
// Parameters for keyword PIR.

0 commit comments

Comments
 (0)