OpenSSHBCryptKDFOptions constructor

OpenSSHBCryptKDFOptions([
  1. Uint8List salt,
  2. int rounds
])

Implementation

OpenSSHBCryptKDFOptions([this.salt, this.rounds]);