saltSeparator property

Uint8List? saltSeparator
final

The salt separator in buffer bytes which is appended to salt when verifying a password. This is only used by the SCRYPT algorithm.

Implementation

final Uint8List? saltSeparator;