good constant

ScryptSecurity const good

Provides good security. The default parameters from RFC-7914

It uses cost of 2^14, block size of 8 and parallelism of 1.

Implementation

static const good = ScryptSecurity('good', N: 1 << 14, r: 8, p: 1);