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