summaryrefslogtreecommitdiff
path: root/internal/contentenc/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/contentenc/content.go')
-rw-r--r--internal/contentenc/content.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/contentenc/content.go b/internal/contentenc/content.go
index 8220d89..524296f 100644
--- a/internal/contentenc/content.go
+++ b/internal/contentenc/content.go
@@ -76,7 +76,6 @@ func (be *ContentEnc) CipherBS() uint64 {
}
// DecryptBlocks decrypts a number of blocks
-// TODO refactor to three-param for
func (be *ContentEnc) DecryptBlocks(ciphertext []byte, firstBlockNo uint64, fileID []byte) ([]byte, error) {
cBuf := bytes.NewBuffer(ciphertext)
var err error