owasp constant
ScryptSecurity
const owasp
Provides strong security recommended by OWASP.
It uses cost of 2^17, block size of 8 and parallelism of 1.
Implementation
static const owasp = ScryptSecurity('owasp1', N: 1 << 17, r: 8, p: 1);