From 1cef99047c49ed29f248161c5b06b15c80665e48 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 18 Mar 2023 13:22:04 +0100 Subject: add credit --- internal/chunk/chunk.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal') diff --git a/internal/chunk/chunk.go b/internal/chunk/chunk.go index db048c0..7fccc9b 100644 --- a/internal/chunk/chunk.go +++ b/internal/chunk/chunk.go @@ -2,6 +2,9 @@ // processed more easily, e.g., for verifying ranged inclusion proofs and // batching file writes. For how to implement the heap interface, see: // https://pkg.go.dev/container/heap#Interface +// +// Idea to use a heap from: +// https://github.com/aarongable/ctaudit package chunk import ( -- cgit v1.2.3