Argon2Arguments constructor

Argon2Arguments(
  1. Uint8List key,
  2. Uint8List salt,
  3. int memory,
  4. int iterations,
  5. int length,
  6. int parallelism,
  7. int type,
  8. int version,
)

Implementation

Argon2Arguments(this.key, this.salt, this.memory, this.iterations,
    this.length, this.parallelism, this.type, this.version);