Skip to content

Commit

Permalink
Add Blob ID field to BlobMetadata.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687010240
  • Loading branch information
zpgong authored and copybara-github committed Oct 17, 2024
1 parent 9f27066 commit 1cb4ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fcp/protos/confidentialcompute/confidential_transform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ message BlobMetadata {
// untrusted portion of the stack.
bytes nonce = 2;
}

// The ID of the blob. This must match the ID in the blob's
// `fcp.confidentialcompute.BlobHeader`.
bytes blob_id = 7;
}
}

Expand Down

0 comments on commit 1cb4ec1

Please sign in to comment.