diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/chunk/chunk.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( |