Skip to content

Commit

Permalink
Merge PR tendermint#3: Remove incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Oct 22, 2019
2 parents 45b1026 + bec69b7 commit 50d29ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcrypt/bcrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing
// algorithm. See http://www.usenix.org/event/usenix99/provos/provos.pdf
package bcrypt // import "golang.org/x/crypto/bcrypt"
package bcrypt

// The code is a port of Provos and Mazières's C implementation.
import (
Expand Down

0 comments on commit 50d29ed

Please sign in to comment.