aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/crypto/blowfish/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/crypto/blowfish/const.go')
-rw-r--r--vendor/golang.org/x/crypto/blowfish/const.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/blowfish/const.go b/vendor/golang.org/x/crypto/blowfish/const.go
index 8c5ee4c..d040775 100644
--- a/vendor/golang.org/x/crypto/blowfish/const.go
+++ b/vendor/golang.org/x/crypto/blowfish/const.go
@@ -4,7 +4,7 @@
4 4
5// The startup permutation array and substitution boxes. 5// The startup permutation array and substitution boxes.
6// They are the hexadecimal digits of PI; see: 6// They are the hexadecimal digits of PI; see:
7// http://www.schneier.com/code/constants.txt. 7// https://www.schneier.com/code/constants.txt.
8 8
9package blowfish 9package blowfish
10 10