diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 17:31:57 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 17:31:57 +0100 |
commit | f806c09af385c6bafded7ff9c7290e10a4d666b9 (patch) | |
tree | 273dcc60153edbae8dda17c65f8ec51ed6c6f77b /reqres.go | |
parent | adf6cab5b81863c02354a6b937d799e285955f46 (diff) |
signature scheme is missing in get-entry response
Diffstat (limited to 'reqres.go')
-rw-r--r-- | reqres.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |