owasp3 constant

ScryptSecurity const owasp3

The third recommendation by OWASP.

It uses cost of 2^15, block size of 8 and parallelism of 3.

Implementation

static const owasp3 = ScryptSecurity('owasp3', N: 1 << 15, r: 8, p: 3);