diff options
Diffstat (limited to 'libgo/go/crypto/blowfish/cipher.go')
-rw-r--r-- | libgo/go/crypto/blowfish/cipher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/blowfish/cipher.go b/libgo/go/crypto/blowfish/cipher.go index 947f762d8bc..f3c5175acfa 100644 --- a/libgo/go/crypto/blowfish/cipher.go +++ b/libgo/go/crypto/blowfish/cipher.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This package implements Bruce Schneier's Blowfish encryption algorithm. +// Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. package blowfish // The code is a port of Bruce Schneier's C implementation. |