Skip to content

Commit 9ba37e4

Browse files
committed
add encodingEntrySize to pir config
1 parent 8188f33 commit 9ba37e4

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

apple/swift_homomorphic_encryption/api/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.
@@ -53,6 +53,8 @@ message PIRConfig {
5353
reserved 7, 8, 9;
5454
// Configuration for each shard; overrides `shard_configs` (field 2).
5555
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;
5658
}
5759

5860
// Configuration for PIR shards.

0 commit comments

Comments
 (0)