little constant
PBKDF2Security
const little
Provides low security. Can be used on low-end devices.
It uses SHA3-256/HMAC algorithm with 100 iterations.
WARNING: Not recommended for general use.
Implementation
static const little =
PBKDF2Security('little', mac: HMAC(sha3_256), c: 100, dklen: 32);