Files
micromdm/internal/data/user/scrypt_cost.go
Victor Vrantchan 7e811b8e56 Added data layer.
Initial structure for database clients. Exposes a user package with
SQLite and PostgreSQL implementations.
2020-07-15 10:17:00 -04:00

7 lines
108 B
Go

// +build !test
package user
// https://blog.filippo.io/the-scrypt-parameters/
const scryptCost = 1 << 15