summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher/cipher.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/cipher/cipher.go')
-rw-r--r--src/pkg/crypto/cipher/cipher.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/crypto/cipher/cipher.go b/src/pkg/crypto/cipher/cipher.go
index 50516b23a..1ffaa8c2c 100644
--- a/src/pkg/crypto/cipher/cipher.go
+++ b/src/pkg/crypto/cipher/cipher.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The cipher package implements standard block cipher modes
-// that can be wrapped around low-level block cipher implementations.
+// Package cipher implements standard block cipher modes that can be wrapped
+// around low-level block cipher implementations.
// See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
// and NIST Special Publication 800-38A.
package cipher