Skip to content

Commit

Permalink
Update KeyTransparencyService.proto with MonitorKey.commitment_index
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal authored and jon-signal committed Oct 10, 2024
1 parent a3d9af1 commit 7b1b6fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions service/src/main/proto/KeyTransparencyService.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message ConsistencyParameters {
/**
* The distinguished tree head size to prove consistency against.
* This field may be omitted when the client is looking up the
* "distinguished" key for the very first time.
* "distinguished" key for the very first time.
*/
optional uint64 distinguished = 2;
}
Expand Down Expand Up @@ -217,6 +217,11 @@ message MonitorKey {
* in the corresponding MonitorProof.
*/
repeated uint64 entries = 2;
/**
* The commitment index for the search key. This is derived from vrf_proof in
* the SearchResponse.
*/
bytes commitment_index = 3;
}


Expand Down Expand Up @@ -269,4 +274,3 @@ message MonitorResponse {
*/
repeated bytes inclusion = 4;
}

0 comments on commit 7b1b6fa

Please sign in to comment.