little constant

ScryptSecurity const little

Provides low security. Can be used on low-end devices.

It uses cost of 256, block size of 4 and parallelism of 2.

WARNING: Not recommended for general use.

Implementation

static const little = ScryptSecurity('little', N: 1 << 8, r: 4, p: 2);