diff options
Diffstat (limited to 'internal/contentenc/content.go')
-rw-r--r-- | internal/contentenc/content.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/contentenc/content.go b/internal/contentenc/content.go index 6ac766f..493ec56 100644 --- a/internal/contentenc/content.go +++ b/internal/contentenc/content.go @@ -1,7 +1,6 @@ +// Package contentenc encrypts and decrypts file blocks. package contentenc -// File content encryption / decryption - import ( "bytes" "encoding/binary" |