diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-04 12:58:42 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-04 12:58:42 +0100 |
commit | 7fb24c41ec04d31d3170c9f26ebdbd6eb2ee5aa5 (patch) | |
tree | b3f6fa26472a66b225533ba6cdb39f6d19a7ee7a | |
parent | 85a8733284337756df4c8a04a816aa2bfb5a847f (diff) |
double-checked encoding of ed25519 signature
-rw-r--r-- | type.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"` |