From 30d3088eacd39c856fc8ae4e07ebb045b17357d2 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 2 Dec 2020 17:15:31 +0100 Subject: added todo on namespaces in checksum entries --- type.go | 1 + 1 file changed, 1 insertion(+) (limited to 'type.go') diff --git a/type.go b/type.go index 564e185..90dff85 100644 --- a/type.go +++ b/type.go @@ -66,6 +66,7 @@ type InclusionProofV1 struct { // ChecksumV1 associates a leaf type as defined by markdown/api.md type ChecksumV1 struct { + // TODO: refactor package as `Namespace`, s.t., start is sha256(anchor pub) Package []byte `tls:"minlen:1,maxlen:255"` Checksum []byte `tls:"minlen:1,maxlen:64"` } -- cgit v1.2.3