summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/xtea/cipher.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/xtea/cipher.go')
-rw-r--r--src/pkg/crypto/xtea/cipher.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/crypto/xtea/cipher.go b/src/pkg/crypto/xtea/cipher.go
index b0fa2a184..f2a5da003 100644
--- a/src/pkg/crypto/xtea/cipher.go
+++ b/src/pkg/crypto/xtea/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.
-// This package implements XTEA encryption, as defined in Needham and
-// Wheeler's 1997 technical report, "Tea extensions."
+// Package xtea implements XTEA encryption, as defined in Needham and Wheeler's
+// 1997 technical report, "Tea extensions."
package xtea
// For details, see http://www.cix.co.uk/~klockstone/xtea.pdf