Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apple/swift_homomorphic_encryption/api/pir/v1/pir.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
// Copyright 2024-2026 Apple Inc. and the Swift Homomorphic Encryption project authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,6 +53,8 @@ message PIRConfig {
reserved 7, 8, 9;
// Configuration for each shard; overrides `shard_configs` (field 2).
PIRShardConfigs pir_shard_configs = 10;
// Whether to encode the entry size as part of the Index PIR response.
optional bool encoding_entry_size = 11;
}

// Configuration for PIR shards.
Expand Down