aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crypto/des/const.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/des/const.go b/src/crypto/des/const.go
index a20879d574..eb2e1ec3c1 100644
--- a/src/crypto/des/const.go
+++ b/src/crypto/des/const.go
@@ -22,7 +22,7 @@ var initialPermutation = [64]byte{
1, 9, 17, 25, 33, 41, 49, 57,
}
-// Used to perform a final permutation of a 4-bit preoutput block. This is the
+// Used to perform a final permutation of a 64-bit preoutput block. This is the
// inverse of initialPermutation
var finalPermutation = [64]byte{
24, 56, 16, 48, 8, 40, 0, 32,