diff options
Diffstat (limited to 'libgo/go/crypto/cipher/cipher.go')
-rw-r--r-- | libgo/go/crypto/cipher/cipher.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/crypto/cipher/cipher.go b/libgo/go/crypto/cipher/cipher.go index 7d27fde61d8..531ecad9ac0 100644 --- a/libgo/go/crypto/cipher/cipher.go +++ b/libgo/go/crypto/cipher/cipher.go @@ -9,8 +9,8 @@ package cipher // A Block represents an implementation of block cipher -// using a given key. It provides the capability to encrypt -// or decrypt individual blocks. The mode implementations +// using a given key. It provides the capability to encrypt +// or decrypt individual blocks. The mode implementations // extend that capability to streams of blocks. type Block interface { // BlockSize returns the cipher's block size. |