aboutsummaryrefslogtreecommitdiff
path: root/type.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-04 12:58:42 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-04 12:58:42 +0100
commit7fb24c41ec04d31d3170c9f26ebdbd6eb2ee5aa5 (patch)
treeb3f6fa26472a66b225533ba6cdb39f6d19a7ee7a /type.go
parent85a8733284337756df4c8a04a816aa2bfb5a847f (diff)
double-checked encoding of ed25519 signature
Diffstat (limited to 'type.go')
-rw-r--r--type.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/type.go b/type.go
index 780d70e..20042a8 100644
--- a/type.go
+++ b/type.go
@@ -43,7 +43,6 @@ type SignedTreeHeadV1 struct {
// SignedDebugInfoV1 is a signed statement that we intend (but do not promise)
// to insert an entry into the log as defined by markdown/api.md
-// TODO: double-check that crypto/ed25519 encodes signature as in RFC 8032
type SignedDebugInfoV1 struct {
LogId []byte `tls:"minlen:32,maxlen:32"`
Message []byte `tls:"minlen:0,maxlen:65535"`