Files
2017-10-25 20:52:40 +00:00

8 lines
96 B
Go

package meta
import "golang.org/x/crypto/bcrypt"
func init() {
bcryptCost = bcrypt.MinCost
}