diff options
author | Jakob Unterwurzacher | 2017-06-01 18:53:57 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-06-01 18:53:57 +0200 |
commit | f44902aaaeb8f60060c2f852b66962eca1df6b99 (patch) | |
tree | 1a6d063eeb5a39a465b707469ba6ef88e0a1d5d6 /internal/contentenc | |
parent | f91ce0b00489696e5a6e3ec2f74070fc8f902c74 (diff) |
Fix two comments
One out-of-date and the other with a typo.
Diffstat (limited to 'internal/contentenc')
-rw-r--r-- | internal/contentenc/content.go | 1 |
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 |