aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reqres.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reqres.go b/reqres.go
index 2fcbcfb..a5464ea 100644
--- a/reqres.go
+++ b/reqres.go
@@ -40,6 +40,7 @@ type GetConsistencyProofRequest struct {
}
// GetEntryResponse is an assembled log entry and its associated appendix
+// TODO: fix GetEntryResponse and update doc: should have signature scheme
type GetEntryResponse struct {
Leaf []byte `json:"leaf"` // tls-serialized StItem
Signature []byte `json:"signature"` // Serialized signature using the log's signature scheme