test constant
ScryptSecurity
const test
Provides a very low security. Use it only for test purposes.
It uses cost of 16, block size of 2 and parallelism of 1.
WARNING: Not recommended for general use.
Implementation
static const test = ScryptSecurity('test', N: 1 << 4, r: 2, p: 1);