diff options
| author | Mikio Hara <mikioh.mikioh@gmail.com> | 2012-12-15 14:19:17 +0900 |
|---|---|---|
| committer | Mikio Hara <mikioh.mikioh@gmail.com> | 2012-12-15 14:19:17 +0900 |
| commit | eeef66c5287c304f8b2e04072263bb5edf2814a5 (patch) | |
| tree | 4795e9a9c52f64e6170ec926ec898fcdd2ee299b /bcrypt/bcrypt.go | |
| parent | 54c65aebf48315c6bb0ffbf0384aabbce05c23c4 (diff) | |
| download | go-x-crypto-eeef66c5287c304f8b2e04072263bb5edf2814a5.tar.xz | |
go.crypto: gofmt -w -s
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/6948057
Diffstat (limited to 'bcrypt/bcrypt.go')
| -rw-r--r-- | bcrypt/bcrypt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/bcrypt.go b/bcrypt/bcrypt.go index b71fc41..542cde8 100644 --- a/bcrypt/bcrypt.go +++ b/bcrypt/bcrypt.go @@ -6,7 +6,7 @@ // algorithm. See http://www.usenix.org/event/usenix99/provos/provos.pdf package bcrypt -// The code is a port of Provos and Mazières's C implementation. +// The code is a port of Provos and Mazières's C implementation. import ( "code.google.com/p/go.crypto/blowfish" "crypto/rand" |
