init abstract method

void init(
  1. Uint8List password,
  2. Uint8List salt,
  3. int iterationCount
)

Implementation

void init(Uint8List password, Uint8List salt, int iterationCount);