Skip to content

Commit 11f44e4

Browse files
iKapitonaukvinwang
andauthored
More verbose comments
Co-authored-by: Kevin Wang <wy721@qq.com>
1 parent 6a0f6c3 commit 11f44e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

guest-agent/rpc/proto/agent_rpc.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ message DeriveK256KeyResponse {
119119
message GetKeyResponse {
120120
// Derived key
121121
bytes key = 1;
122-
// Derived signature chain
122+
// The signature chain consists of the following signatures:
123+
// [0] - the k256 signature of the derived pK signed by the app root key
124+
// [1] - the k256 signature of the app root pK signed by the KMS root key
123125
repeated bytes signature_chain = 2;
124126
}
125127

0 commit comments

Comments
 (0)