aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/crypto/blowfish/cipher.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/crypto/blowfish/cipher.go')
-rw-r--r--vendor/golang.org/x/crypto/blowfish/cipher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/blowfish/cipher.go b/vendor/golang.org/x/crypto/blowfish/cipher.go
index a73954f..2641dad 100644
--- a/vendor/golang.org/x/crypto/blowfish/cipher.go
+++ b/vendor/golang.org/x/crypto/blowfish/cipher.go
@@ -6,7 +6,7 @@
6package blowfish // import "golang.org/x/crypto/blowfish" 6package blowfish // import "golang.org/x/crypto/blowfish"
7 7
8// The code is a port of Bruce Schneier's C implementation. 8// The code is a port of Bruce Schneier's C implementation.
9// See http://www.schneier.com/blowfish.html. 9// See https://www.schneier.com/blowfish.html.
10 10
11import "strconv" 11import "strconv"
12 12