From f44902aaaeb8f60060c2f852b66962eca1df6b99 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 1 Jun 2017 18:53:57 +0200 Subject: Fix two comments One out-of-date and the other with a typo. --- internal/contentenc/content.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/contentenc/content.go') 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 -- cgit v1.2.3