From f806c09af385c6bafded7ff9c7290e10a4d666b9 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 5 Nov 2020 17:31:57 +0100 Subject: signature scheme is missing in get-entry response --- reqres.go | 1 + 1 file changed, 1 insertion(+) (limited to 'reqres.go') 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 -- cgit v1.2.3