aboutsummaryrefslogtreecommitdiff
path: root/reqres.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-05 17:31:57 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-05 17:31:57 +0100
commitf806c09af385c6bafded7ff9c7290e10a4d666b9 (patch)
tree273dcc60153edbae8dda17c65f8ec51ed6c6f77b /reqres.go
parentadf6cab5b81863c02354a6b937d799e285955f46 (diff)
signature scheme is missing in get-entry response
Diffstat (limited to 'reqres.go')
-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