const (
MinCost Cost = 4 // the minimum allowable cost as passed in to GenerateFromPassword MaxCost Cost = 31 // the maximum allowable cost as passed in to GenerateFromPassword DefaultCost Cost = 10 // the cost that will actually be set if a cost below MinCost is passed into GenerateFromPassword)