1package meta
2
3import "golang.org/x/crypto/bcrypt"
4
5func init() {
6	bcryptCost = bcrypt.MinCost
7}
8