Pbkdf2Parameters constructor

Pbkdf2Parameters(
  1. Uint8List salt,
  2. int iterationCount,
  3. int desiredKeyLength
)

Implementation

Pbkdf2Parameters(this.salt, this.iterationCount, this.desiredKeyLength);