aboutsummaryrefslogtreecommitdiff
path: root/internal/contentenc/content.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-06 21:51:25 +0200
committerJakob Unterwurzacher2016-07-06 21:51:25 +0200
commite8a234f658553927a2e845d64862321c90388e00 (patch)
tree20ddf82ad25ee2c9a32f49eb282d5362d858cf40 /internal/contentenc/content.go
parenta36b4c1b43432789bdec15fe53d1fb55179a8999 (diff)
Add godoc comments to all internal packages
Diffstat (limited to 'internal/contentenc/content.go')
-rw-r--r--internal/contentenc/content.go3
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"