Skip to content

Commit

Permalink
Expand key_hint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Mar 16, 2018
1 parent e0ce99c commit 2c21d2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion trillian.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion trillian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@ message SignedLogRoot {
// key_hint is a hint to identify the public key for signature verification.
// key_hint is not authenticated and may be incorrect or missing, in which
// case all known public keys may be used to verify the signature.
// key_hint MAY contain the LogID encoded as a big endian 64 bit integer.
// When directly communicating with a Trillian gRPC server, the key_hint will
// typically contain the LogID encoded as a big-endian 64-bit integer;
// however, in other contexts the key_hint is likely to have different
// contents (e.g. it could be a GUID, a URL + TreeID, or it could be
// derived from the public key itself).
bytes key_hint = 7;
}

Expand Down

0 comments on commit 2c21d2f

Please sign in to comment.