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