salt property

Uint8List salt
final

Cryptographic salt used during key derivation.

This random value ensures that two users with the same password will have different verification keys. Must be stored alongside the key and provided during authentication.

Implementation

final Uint8List salt;