owasp2 constant
ScryptSecurity
const owasp2
The second recommendation by OWASP.
It uses cost of 2^16, block size of 8 and parallelism of 2.
Implementation
static const owasp2 = ScryptSecurity('owasp2', N: 1 << 16, r: 8, p: 2);