diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-03-18 13:22:04 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-03-18 13:22:04 +0100 |
commit | 1cef99047c49ed29f248161c5b06b15c80665e48 (patch) | |
tree | e08046c47f6fbddaf266ecb614372e4e1d2aabbf /internal | |
parent | b8b8e05c833dfb4c4191c8c1391e02d07e0e744f (diff) |
add credit
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 ( |