mirror of
https://github.com/golang/go
synced 2024-11-24 23:27:57 -07:00
bcrypt: Correct typo in package comment.
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5415062
This commit is contained in:
parent
6c9f466273
commit
85255f9942
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package bcrypt implements Provos and Mazières's bcrypt adapative hashing
|
||||
// Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing
|
||||
// algorithm. See http://www.usenix.org/event/usenix99/provos/provos.pdf
|
||||
package bcrypt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user