little constant

BcryptSecurity const little

Provides low security but faster. Suitable for low-end devices.

It uses 2^5 = 32 rounds for encryption.

Implementation

static const little = BcryptSecurity('little', nb: 5);