Skip to content

Commit

Permalink
Fix typo in layout diagram of TLS-encoded log root
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Percival committed Jan 6, 2020
1 parent 0bff04c commit 1c5fd2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ SignedLogRoot represents a commitment by a Log to a particular tree.

A serialized v1 log root will therefore be laid out as:

+---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+ | ver=1 | tree_size |len| root_hashlen | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+ | ver=1 | tree_size |len| root_hash | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+

+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ | timestamp_nanos | revision | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

Expand Down
2 changes: 1 addition & 1 deletion trillian.pb.go

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

2 changes: 1 addition & 1 deletion trillian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ message SignedLogRoot {
// A serialized v1 log root will therefore be laid out as:
//
// +---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+
// | ver=1 | tree_size |len| root_hashlen |
// | ver=1 | tree_size |len| root_hash |
// +---+---+---+---+---+---+---+---+---+---+---+---+---+---+-....--+
//
// +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
Expand Down

0 comments on commit 1c5fd2f

Please sign in to comment.